Code has been added to clipboard!

Keyword of SQL Full Outer Join

Example
SELECT col_name(s)
FROM tbl1
FULL OUTER JOIN table2 ON tbl1.col_name = tbl2.col_name;