Union, Intersection, Difference
Union, Intersection, Difference. “(subquery) UNION (subquery)” produces the union of the two relations. Similarly for INTERSECT , EXCEPT = intersection and set difference. But: in Oracle set difference is MINUS , not EXCEPT . Example
413 views • 17 slides