Tag archive
Commands grouped around the same concept, pattern, or recurring problem.
Put right-table filters in the `ON` clause when you want to keep unmatched left-side rows.
Use a `LEFT JOIN` and filter for `NULL` on the joined table to find missing relationships.