Assignment DBMS
Assignment DBMS
1. R (A, B, C, D, E)
Functional Dependency (FD): {AB → C, C → D, B → E}
Find Candidate key, Prime attribute, Nonprime attribute.
2. R (E, F, G, H, I, J, K, L, M, N)
Functional Dependency (FD): {EF → G, F → IJ, EH → KL, K →M, L→N}
Find Candidate key, Prime attribute, Nonprime attribute
3. R (A, B, C, D, E, F, G, H)
Functional Dependency (FD): {AB → C, A → DE, B → F, F → G, H}
Find Candidate key, Prime attribute, Nonprime attribute
4. R (A, B, C, D, E)
Functional Dependency (FD): {CE → D, D → B, C → A}
Find Candidate key, Prime attribute, Nonprime attribute
5. R (A, B, C, D, E, F)
Functional Dependency (FD): {AB → C, DC → AE, E → F}
Find Candidate key, Prime attribute, Nonprime attribute
6. R (A, B, C, D, E, F, G, H, I)
Functional Dependency (FD): {AB → C, BD → EF, AD →GH, A →I}
Find Candidate key, Prime attribute, Nonprime attribute
7. R (A, B, C, D, E)
Functional Dependency (FD): {AB → CD, D →A, BC →DE}
Find Candidate key, Prime attribute, Nonprime attribute
8. R (A, B, C, D, E, F)
Functional Dependency (FD): {ABC → D, ABD → E, CD → F, CDF →B,
BF →D}
Find Candidate key, Prime attribute, Nonprime attribute
9. R (A, B, C)
Functional Dependency (FD): {A → B, B → C, C → A}
Find Candidate key, Prime attribute, Nonprime attribute
10. R (A, B, C, D, E, F)
Functional Dependency (FD): {C → F, E → A, EC →D, A →B}
Find Candidate key, Prime attribute, Nonprime attribute