Question 12
Consider a relation R(A,B,C,D,E) with the following functional dependency set: FD = {D → B, E → A, CD → E } If this relation is decomposed into R1(B,C,D,E) and R2(E,A), then which of the following statement(s) is/are true? Note: All intermediate steps/decomposition in the process of normalization must be loss less.
The decomposition is lossy but dependency preserving.
The decomposition is lossless and dependency preserving.
R1 is in 2NF and R2 is in 3NF.
Both R1 and R2 are in 2NF.