SQL - Set Operations
Identify the error in this SQL query:
SELECT name FROM table1 UNION ALL ORDER BY name SELECT name FROM table2;
SELECT name FROM table1 UNION ALL ORDER BY name SELECT name FROM table2;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions