Consider the following normalized relations for a sports league: TEAM(TeamID, TeamName, TeamLocation) PLAYER(PlayerID, PlayerFirstName, PlayerLastName, PlayerDateOfBirth, PlayerSpecialtyCode)
Question:
Consider the following normalized relations for a sports league:
TEAM(TeamID, TeamName, TeamLocation) PLAYER(PlayerID, PlayerFirstName, PlayerLastName, PlayerDateOfBirth, PlayerSpecialtyCode) SPECIALTY(SpecialtyCode, SpecialtyDescription) CONTRACT(TeamID, PlayerID, StartTime, EndTime, Salary) LOCATION(LocationID, CityName, CityState, CityCountry, CityPopulation) MANAGER(ManagerID, ManagerName, ManagerTeam)
What recommendations would you make regarding opportunities for denormalization? What additional information would you need to make fully informed denormalization decisions?
Fantastic news! We've Found the answer you've been seeking!
Step by Step Answer:
Related Book For
Essentials of Database Management
ISBN: 978-0133405682
1st edition
Authors: Jeffrey A. Hoffer, Heikki Topi, Ramesh Venkataraman
Question Posted: