Computer Science, asked by hoseaawinja, 2 months ago

what is the function of union operator​

Answers

Answered by sangeetagupta1303198
3

Answer:

The SQL UNION operator is used to combine the result sets of 2 or more SELECT statements. It removes duplicate rows between the various SELECT statements. Each SELECT statement within the UNION must have the same number of fields in the result sets with similar data types.

Similar questions