What does UNION do ?
The SQL UNION operator is used to combine the results of two or more queries into a single result set. It removes duplicate rows from the final output.
UNION