Question 5
1 pts
Assume we have two relations R(A,B) and S(B,C). All three attributes A, B, and C are integer
attributes. Assume that Relation R contains the following tuples: (1,2), (2,3), and (3,4). Assume that
Relation S contains the following tuples (2,2), (2,3) and (5,1).
How many tuples are in the result of the set union (R U S)?
? 3
04
06
05