Suppose that tuple t appears, respectively, x, y, and z times in the relations X, Y, and Z. Let t appear w times in the relation:
X union (Y intersect Z).Which of the following inequalities is true ?
a. w <= x+y
b. w <= y+z
c. w >= z
d. w <= max(x,y)
Answer: A