Skip to main content

3 docs tagged with "outer join"

View all tags

SQL FULL OUTER JOIN

Learn about SQL FULL OUTER JOIN, how it works, syntax, examples, and when to use it for including all records from both tables.

SQL LEFT JOIN (LEFT OUTER JOIN)

Learn about SQL LEFT JOIN (LEFT OUTER JOIN), how it works, syntax, examples, and when to use it for including all records from the left table.

SQL RIGHT JOIN (RIGHT OUTER JOIN)

Learn about SQL RIGHT JOIN (RIGHT OUTER JOIN), how it works, syntax, examples, and when to use it for including all records from the right table.