PostgreSQL - Set Operations and Advanced Queries
What is the output of this query?
SELECT * FROM (VALUES (1, 'Red'), (2, 'Blue')) AS colors(id, name);
SELECT * FROM (VALUES (1, 'Red'), (2, 'Blue')) AS colors(id, name);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions