Cross Join
Essentially a Cross Product
Inner Join
The table1_column.name
= table2_column.name
is the join condition.
The default JOIN
Method
Left Join
Full Join
The full outer join which guarantees that all rows from each table will appear in the output.
Natural Join
When the same column name match, the join the table