Join Condition (Indirect)
frd relation¶
1 2 |
|
Columns in the join condition also effect the number of row in the resultset of the select list just like column in the where clause do.
So, the following relation will be discoverd in the above SQL.
1 2 |
|
diagram¶
join relation¶
A join relation will be created after analzye the above SQL. It indicates a join relation betwee tbl.key
and TT.key
.