Implicit Join exists between tables having 1:1 relationship. Implicit meaning implied join already exists between tables and need not be configured. For example S_CONTACT_X is the extension table for S_CONTACT and the relationship between them is 1:1 which is already defined within the BC.
To understand better if we look into the Contact BC under Siebel Tools, there are fields like ATTRIB_01, ATTRIB_02 that belong to S_CONTACT_X. This S_CONTACT_X is mentioned under the Join property. But when we try to look at the Join Specification for the extension table S_CONTACT_X, it is not mentioned. So there is a hidden relationship inside the Business Component Contact which makes the relationship between these two tables meaningful. The hidden join is done using the field “Id” (system field of Contact BC representing S_CONTACT.ROW_ID) and S_CONTACT_X. PAR_ROW_ID.
Similarly implicit join exists between the following table and many others
So the following facts can be noted about Implicit Joins.