(Choose 2 answers)
Here are two relations, R(A,B), S(C,D). (see figure):Compute the result of the query:
SELECT A, B, C, D FROM R RIGHT OUTER JOIN S ONRAS.C
Identify, in the list below, 2 rows that appears in the result.
A. (4, 7, null, null)
B. (null, null, 0, 1)
C. (8, 6, null, null)
D. (null, null, 5, 8)
R
1
1
4
0
1
2
5
0
1
8
6
2
5
8
4
S
7
Exit (12