Consider the relation schema R(A,B,C,D,E) and the set of functional dependencies F with respect to R. F = { A → B, BC → E, ED → A }
- List all the candidate keys for R.
- Is R in third normal form (3NF)?
- Is R in BCNF?
Consider the relation schema R(A,B,C,D,E) and the set of functional dependencies F with respect to R. F = { A → B, BC → E, ED → A }
Consider the relation schema R = {A, B, C, D, E, F, G, H, I ,J} and the set of functional dependencies F = {AB→C, A→DE, B→F, F→GH, D→IJ}
Consider the relation schema R = {A, B, C, D, E} and the set of functional dependencies F = {AB→C, CD→E, DE→B}
(Based on exercise 11.30 of textbook Fundamentals of Database Systems)
Consider the relation REFRIG(M, Y, P, MP, C) and the set of functional dependencies F= {M→MP, MY→P,MP→C}