Answer (Choose 1 answer)
What does the UNION operator on sets do?
A. The UNION operator sorts the selected result set.
B. The UNION operator combines the results of two or more queries into one result that includes all the distinctive rows from the queries.
C. The UNION operator combines the results of two or more queries into one result that includes all the rows from the queries.
D. The UNION operator behaves the same as the JOIN SQL clause.
9