

MCQOPTIONS
Saved Bookmarks
1. |
Let R and S be two relations with the following schemas. R(P. Q, R1, R2, R3) S (P. Q, S1, S2) Where {P, Q}is the key for both schemas. Which of the following queries are equivalent? 1. p (R ⋈ S)2. p (R) ⋈ p (S)3. p ( P , Q (R) P , Q (S) )4. p ( P , Q (R) ⋈ P , Q (R) - P , Q (S) ) ) |
A. | 1 and 2 |
B. | 1 and 3 |
C. | 1, 2 and 3 |
D. | 1, 3 and 4 |
Answer» E. | |