Answer:
Note that we can rewrite any relational algebra expression that uses set intersection by replacing the intersection operation with a pair of set-difference operations as:
r ∩ s = r – (r - s)
it is simply more convenient to write r ∩ s that to write r – (r - s)
Note that we can rewrite any relational algebra expression that uses set intersection by replacing the intersection operation with a pair of set-difference operations as:
r ∩ s = r – (r - s)
it is simply more convenient to write r ∩ s that to write r – (r - s)
You may be interested in:
Advanced Database Management System MCQs