#Syntax to execute UNION in SQL SELECT columnName(s) FROM table1 UNION SELECT columnName(s) FROM table2;