0% found this document useful (0 votes)
4 views

Assignment DBMS

Assignment DBMS

Uploaded by

nalithalapathy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

Assignment DBMS

Assignment DBMS

Uploaded by

nalithalapathy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Assignment Questions

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

You might also like