Q:

full join


 SELECT column_name(s)

 FROM table1

 FULL OUTER JOIN table2
 ON table1.column_name = table2.column_name

  WHERE condition; 
1
All part of the tables both matching portions
and unmatching portions from both tables.
0

New to Communities?

Join the community