

MCQOPTIONS
Saved Bookmarks
1. |
Consider the relation R(P, Q, S, T, X, Y, Z, W) with the following functional dependencies.PQ → X; P → YX; Q → Y; Y → ZWConsider the decomposition of the relation R into the constituent relations according to the following two decomposition schemes.D1 : R = [(P, Q, S, T); (P, T, X); (Q, Y); (Y, Z, W)]D2 : R = [(P, Q, S); (T, X); (Q, Y); (Y, Z, W)]Which one of the following options is correct? |
A. | D1 is a lossy decomposition, but D2 is a lossless decomposition. |
B. | Both D1 and D2 are lossless decompositions. |
C. | Both D1 and D2 are lossy decompositions. |
D. | D1 is a lossless decomposition, but D2 is a lossy decomposition. |
Answer» E. | |