SQL - Set Operations
You wrote this SQL query:
What is the error and how to fix it?
SELECT * FROM table1 UNION table2;What is the error and how to fix it?
SELECT * FROM table1 UNION table2;SELECT * FROM before table2 to fix the error.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions