Define union, intersection and minus operations in relational algebra
Answers
Answered by
0
Answer:
Step-by-step explanation:
INTERSECT is opposite from MINUS as it returns us the results that are both to be found in first and second SELECT statement. There is an interesting example that us use SET OPERATORS to compare whether two tables have identical values, testing symetric difference.
Similar questions