Joins tab
|
Specifies a join strategy for combining the
data in the tables. If you include more than one table in your query,
you should specify a join strategy for combining the data in the
tables. If you do not specify a join strategy for tables you added
in the Tables tab, the Query Editor suggests one; if there is a
foreign key relationship between the tables, it generates a join condition
based on that relationship, or it suggests a cross product. When
you open queries, the Query Editor accepts exactly the join strategy
that you specified (and an unspecified JOIN is not defaulted to KEY
JOIN).
|