Answer (Choose 1 answer)
The table R(X,Y) currently has the following tuples (note there are duplicates). The relation S(A,B,C) has the following tuples:(See picture)
Which is the result when we execute the following query:
SELECT * FROM R
UNION
SELECT * FROM S
A. The output has 15 rows
B. The output has 17 rows
C. The output has 16 rows
D. There is an error
XY
12
113
12
1 2 3
23
34
34
41
41
41
42
ABC
214
235
241
3
24
336
Exit 25