CROSS JOIN

Syntax:

SELECT...FROM table_reference1
  CROSS JOIN table_reference2 join_condition
					

Description: Performs a cross join as part of a SELECT statement. In a cross join, every row of table_reference1 is crossed with every row of table_reference2.

Description in: Day 9

See also: INNER JOIN

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.137.164.24