January 2019
Beginner
556 pages
14h 19m
English
The set theory operations are UNION, intersection, and minus (difference). Intersection is not a primitive relational algebra operator, because it can be written using the UNION and difference operators:
The intersection and union are commutative:
A∪B=B∪A
For example, the query give me all the customer IDs where the customer does not have a service assigned to him could be written as follows:
Read now
Unlock full access