PostgreSQL - Set Operations and Advanced Queries
What is wrong with this query?
SELECT id, name FROM table1 EXCEPT SELECT id FROM table2;
SELECT id, name FROM table1 EXCEPT SELECT id FROM table2;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions