Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Consider a relation schema R(c,t,h,r,s,g) and a set of functional dependencies F={ct,hrc,hrt,htr,hsr,chr,csg} a) Is R in the 3NF ? If not, list all the functional
Consider a relation schema R(c,t,h,r,s,g) and a set of functional dependencies F={ct,hrc,hrt,htr,hsr,chr,csg} a) Is R in the 3NF ? If not, list all the functional dependencies in F that violate the 3NF and explain why they are violations of the 3NF. b) Use the 3NF decomposition algorithm to decompose R, as necessary, into a collection of relation schemas that are in 3NF, and show your work. This means: - List all the keys for R. - Find a canonical cover of F, and explain the steps you took to generate it. - Complete the remaining steps of the algorithm, with explanation. - Show the final decomposition
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started