Solved

Given Two Relations R and S, Where R Contains N1 \cup

Question 2

Essay

Given two relations R and S, where R contains N1 tuples and S contains N2 tuples (N2 > N1 > 0), give the minimum and maximum cardinality for the result relation for each of the following relational algebra expressions and in each case state any assumptions about the schemas that are required to make the expression meaningful:
(a) R \cup S
(b) R \cap S
(c) R - S
(d) R x S
(e) σ\sigma a = 1(R)
(f) Π\Pi a(R)

Correct Answer:

verifed

Verified

Related Questions