Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Let s correct our refined data model that you developed in Part 2 . Review this week's material, and revise ( if necessary ) the
Lets correct our refined data model that you developed in Part Review this week's material, and revise if necessary the structure of your database so that it is using DBDL NF Normalization is important and almost never ending in some cases. This means no repeating fields, no redundant fields and composite fields for manytomany bridge tables. Watch the chapter normalization videos, read chapter definition, and review the articles on the web for normalization. Determine and document the relationships between the tables usually one linkconnection between tables Finalize your tables to at least three tables and fields per each table. Using different types of fields is helpful if they applydatebooleanstring and number, etc.data variety helps confirm that you understand the principles. All tables need to be connected with primary keys to foreign keys.
Update your ER Diagram to add Cardinality and incorporate changes that you made since the refined submission. Im also including my currently compleated portion of the assignment as a pitcure, also for the chart I used lucid charts to create the table. For my idea Im planning on creating a database that manages the numerous winners of the Game
Awards over the past years and I chose this idea because of my passion for gaming. I want my project
to be able to be sorted by the game's manufacturer's eg Microsoft, Sony, Nintendo what category
they received the award in Best Gameplay, Best Soundtrack the game genera RPG fighting game and
obviously the game's name.
Here is the resulting potential database.
Game Information GamelD GameName, ReleaseDate, ManufacturelD, DeveloperID, GenrelD,
PlatformD
FK ManufacturelD references Manufacture TableFK GenrelD references Genre Table FK
PlatformID References Platform Table
Award Table AwardID BestGameYear, BestRPG, BestAction, BestFighting, BestStratagy, BestRacing,
BestMultiplayer
Nominee Table NomineelD GamelD, AwardID, Year, ManufacturelD, CategoryID, GenrelD, Winner
FK GamelD references Game Information FK AwardID references Award Table FK ManufactureID
references manufacture table FK CategoryID References Category Table FK GenreID references
Genre Table
Manufacture Table ManufacturerID ManufactureName
Category Table CategorylD CatagoryName
Genre Table GenrelD GenreName
Platform Table PlatformID PlatformName
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