SQL - Set Operations
Why does the following query cause an error?
SELECT id, name FROM table1 UNION ALL SELECT id FROM table2;SELECT id, name FROM table1 UNION ALL SELECT id FROM table2;15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions