SELECT column_name(s) FROM table1 FULL OUTER JOIN table2 ON table1.column_name = table2.column_name WHERE condition;
All part of the tables both matching portions and unmatching portions from both tables.