Which MariaDB operator is used to combine the result sets of two or more SELECT statements?

33. Which MariaDB operator is used to combine the result sets of two or more SELECT statements?

  1. UNION
  2. UNION ALL
  3. INTERSECT
  4. None of the above

Answer: A) UNION

Explanation:

The UNION operator is used to combine the result sets of two or more SELECT statements.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.