Description
This homework will focus on the concepts of Functional Dependencies and their use in normalizing a relational schema.
- Assume the existence of a relation R(a,b,c,d,e,f) with functional dependencies ef → c, bc → d, de → ab, and f → c.
- (2 points) Compute f,b+
- (4 points) What functional dependencies can we infer from the computed closure (use only singleton right-hand sides)?
- (3 points) Are any of the inferred functional dependencies part of a minimal basis? Why or why not?
- (2 points) Find the key(s) of R
- (3 points) Is bc → d a violation of Third Normal Form (3NF)? Why or why not? (f) (6 points) Decompose R into 3NF



