Given a relation R(A,B,C,D,E) with functional dependencies: AB→C and C→D,
- Find all key(s) of the relation R.
- Which normal form is R in?
- If R is not in BCNF, decompose R, as necessary, into a set of relations that are in BCNF.
- Is your decomposition dependency-preserving? Briefly explain why or why not?
I am a little confused on finding the keys and normal form in R. Would anyone be able to explain it?