The UNION SQL clause can be used with _____________
2023
The UNION SQL clause can be used with _____________
- A.
SELECT clause only
- B.
DELETE and UPDATE clauses
- C.
UPDATE clause only
- D.
All of the mentioned
Attempted by 1063 students.
Show answer & explanation
Correct answer: A
Answer: a
Explanation: The SQL UNION operator is used to combine the result sets of 2 or more SELECT statements. It removes duplicate rows between the various SELECT statements.