Which database operation is used to combine the result of two or more SELECT statements?
Q1. Which database operation is used to combine the result of two or more SELECT statements?
Answer: UNION
Explanation: The UNION operator combines the result of two or more SELECT statements into a single result set, removing duplicates.