A

Admin • 802.91K Points
Coach

Q. Which of the following returns all distinct rows selected by either query?

  • (A) INTERSECT
  • (B) MINUS
  • (C) UNION
  • (D) UNION ALL
  • Correct Answer - Option(C)
  • Views: 5
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin
The union operator is used to combine result set of two or more select statements. It avoids duplication

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.