Home »
MCQs »
MariaDB MCQs
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?
- UNION
- UNION ALL
- INTERSECT
- None of the above
Answer: A) UNION
Explanation:
The UNION operator is used to combine the result sets of two or more SELECT statements.