set operatorsthe set operators combine the


Set Operators

The Set operators combine the results of the two queries into one result. The INTERSECT returns all the distinct rows selected by both queries. The MINUS returns all discrete rows selected by the first query but not by the second. The UNION returns all the discrete rows selected by either query. The UNION ALL returns all the rows selected by either query, involving all the duplicates.

Request for Solution File

Ask an Expert for Answer!!
PL-SQL Programming: set operatorsthe set operators combine the
Reference No:- TGS0172686

Expected delivery within 24 Hours