Question
Normalization Using the functional dependencies convert each of the following into 3NF using the steps discussed in class. Make sure you show each normal form
Normalization
Using the functional dependencies convert each of the following into 3NF using the steps discussed in class. Make sure you show each normal form (1NF, 2NF and 3NF) and explain why they are in that form. You may add fields if they will clarify or simplify your relations, but you must include notes on what they are and why you chose to add them.
1. horse(horseId, horseName,dob,sire,dam,
(raceId,raceName,postPosition,finalStanding,dollars,(winPurse,placePurse,showPurse))
FDs
horseId horseName,dob,sire,dam (sire and dam are also horseIds) raceId raceName, winPurse, placePurse,showPurse horseId, raceId postPosition,finalStanding,dollars
1NF=
2NF
c)3NF
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