0 votes
in Oracle by
What is the purpose of the UNION operator in Oracle SQL?

1 Answer

0 votes
by

The UNION operator combines the results of two or more SELECT queries into a single result set – as if it came from a single query. It merges the rows from different queries, removes duplicate rows, and presents a unified result.

Related questions

0 votes
asked Jan 21 in Oracle by rajeshsharma
0 votes
asked Jan 21 in Oracle by rajeshsharma
...