#Syntax to execute FULL OUTER JOIN in SQL FROM table1 FULL OUTER JOIN table2 ON table1.columnName = table2.columnName WHERE condition;