Tag archive
Commands grouped around the same concept, pattern, or recurring problem.
Return all rows from both tables, filling NULLs on either side when there is no matching row.
Return all rows from the right table and matching rows from the left, filling NULL where no match exists.
Return all rows from the left table and matching rows from the right, filling NULL where no match exists.
Combine rows from two tables when matching keys exist in both tables.