Advanced SQL Developer — Easy
Key points
- UNION is used to combine the results of two SELECT statements and remove duplicates.
- UNION ALL includes all rows, even duplicates.
- INTERSECT ALL returns all rows that are common to both SELECT statements.
- DISTINCT ALL is not a valid SQL keyword.
Ready to go further?
Related questions
