Concept Flow - FULL OUTER JOIN availability across databases
Start with two tables
Check matching rows
Include matched rows
Include unmatched rows from left
Include unmatched rows from right
Combine all rows
Result: FULL OUTER JOIN
FULL OUTER JOIN combines all rows from two tables, matching where possible and including unmatched rows from both sides.