1. Consider the relation with schema R(A, B, C, D), and the following set of functional dependencies: F = { A+D ; B,C →
Posted: Fri May 20, 2022 4:37 pm
1. Consider the relation with schema R(A, B, C, D), and the following set of functional dependencies: F = { A+D ; B,C → A;D → A,B }. a. For each of the fifteen non-empty subsets S of the set of attributes {A, B, C, D, find the closure of S using the set of functional dependencies F. b. List all of the superkeys of R. c. List all of the candidate keys of R. d. Is R in BCNF? Explain why or why not. e. Is R in 3NF? Explain why or why not.