UNION CORR is used to append tables with unequal columns by removing duplicate values.
2
Anonymous
25 May 2022
Query language processor
2
Anonymous
1 Jun 2022
The Union operator combines the results of two or more queries into a distinct single result set that includes all the rows that belong to all queries in the Union.
2
Anonymous
13 Jun 2022
To display all the rows of data from table 1 and table 2 with out overlaying coloums .
1
Anonymous
13 Jun 2022
The UNION operator is used to combine the result set of two more select statement.