PostgreSQL - Set Operations and Advanced Queries
In PostgreSQL, what happens when you use the
UNION operator to combine the results of two SELECT statements?UNION operator to combine the results of two SELECT statements?UNION operator combines the results of two SELECT queries.UNION ALL, UNION removes duplicate rows from the combined result set.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions