SQL - Set Operations
What is the main purpose of using
UNION in SQL queries?UNION in SQL queries?UNION combines the results of two SELECT queries into one result set.
UNION removes duplicate rows by default, unlike UNION ALL.
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions