The UNION operator is used to combine the result-set of two or more SELECT statements.
BrindhaPrathaban Answered question July 6, 2023
The UNION operator joins the results of two or more SELECT statements.
Vishalini.R Answered question July 6, 2023
