July2016 cs Q10

0. Which of the following statements is TRUE?
D1 : The decomposition of the schema R(A, B, C) into R1(A, B) and R2 (A, C) is always lossless.
D2 : The decomposition of the schema R(A, B, C, D, E) having
AD → B,
C → DE,
B → AE and
AE → C,
into R1 (A, B, D) and R2 (A, C, D, E) is lossless.

  • Option : D
  • Explanation :
    only D2 is True because AD is key and present in both the tables. D1 is not always true because FD’s not given and if we take B->A and C->Athen it is lossy decomposition because no common attributes contain key from one of the table.
Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *