A FULL OUTER JOIN
returns all records from both tables, matching rows where possible. If there’s no match, the result will show NULL for the columns from the missing table. This join ensures that no data is excluded, even if relationships between the tables are incomplete.