Assignment 2 - Normalization (GRADED
Assignment 2 - Normalization (GRADED
----------------------------------------------------------------------------------------------------------------
ii. R ( A, B, C, D, E)
F = { AD → C, B → A, C → E, E → BD}
iii. R ( A, B, C, D, E, F, G, H, I, J)
F = { ABD → E, AB → G, B → F, C → J, CJ → I, G → H}
iv. R ( A, B, C, D, E, H)
F = { A → B, BC → D, E → C, D → A}
(2 mark – 0.5 each)
5. Find whether the following decompositions satisfy lossless join decomposition for R (A, B, C, D,
E, G) F = { AB → C, BC → A, AC → B, B → D, E → G, AD → E} or not?
9. Given the relational schema R (A, B, C, D) with FD set F = { AB → CD, D → A}. Decompose
the relation to highest possible normal form. (2 mark)