Add and Define Logical Joins
You use the Logical Diagram to add and define joins between logical tables.
When you drag multiple tables from the physical layer to the logical layer, corresponding logical tables and logical columns are created, and a logical join is automatically created for each physical join. You can modify these joins as needed, or add new joins.
See About Logical Joins.
Note:
Use caution when specifying a driving table. Driving tables are used for query optimization only under rare circumstances and when the driving table is small (fewer than 1000 rows). Choosing a driving table incorrectly can lead to severe performance degradation. See What Are Driving Tables?