The UNION SQL clause can be used with _____________

2023

The UNION SQL clause can be used with _____________

Answer: A. SELECT clause onlyAnswer: 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…

  1. A.

    SELECT clause only

  2. B.

    DELETE and UPDATE clauses

  3. C.

    UPDATE clause only

  4. D.

    All of the mentioned

Attempted by 1322 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.

Explore the full course: Wipro Preparation

Loading lesson…