Cross Join
Good old Cartesian Join ..
Workshop - Cross Join
The CARTESIAN JOIN or CROSS JOIN returns the Cartesian product of the sets of records from two or more joined tables. Thus, it equates to an inner join where the join-condition always evaluates to either True or where the join-condition is absent from the statement .. whatever that means .. basically, its every possible combination.
In this workshop we'll be cross joining first names with middle names and again with our surname.




Last updated
Was this helpful?