|< < 32 > >|

Outer joins

Three kinds:

  • : Keep all rows of the left table, fill in NULLs on the right.

  • : Keep all rows of the right table, fill in NULLs on the left.

  • : Keep all rows of both tables, fill in NULLs where needed (left or right).

|< < 32 > >|