Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please help me create an entity relationship that utitilizes crow's feet notation. Each table is supposed to have 7 - 1 0 fields. Here is

Please help me create an entity relationship that utitilizes crow's feet notation. Each table is supposed to have 7-10 fields. Here is the resulting potential database.
Game Information (GameID, GameName, ReleaseDate, Developer, Publisher, Genre, Platform)
Award Table (AwardID, BestGameYear, BestRPG, BestAction, BestFighting, BestStratagy, BestRacing, BestMultiplayer)
Nominee Table (NomineeID, GameID, AwardID , Year, Manufacture, AwardCategory, Genre, Winner)
FK 1. GameID (references Game Information) FK 2. AwardID (references Award Table)
Winners Table (WinnerID, NomineeID, WinnerYear, AwardID, GameID, AwardCategory, Result, Winner)
FK 1 NomineeID (references Nominee Table) FK 2 AwardID (references Award Table) FK 3 GameID (References Game Information)For my idea I'm planning on creating a database that manages the numerous winners of the Game
Awards over the past 4 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 (e.g. 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, Developer, Publisher, Genre, Platform)
Award Table (AwardID, BestGameYear, BestRPG, BestAction, BestFighting, BestStratagy, BestRacing,
BestMultiplayer)
Nominee Table (NomineelD, GameID, AwardID , Year, Manufacture, AwardCategory, Genre, Winner)
FK 1. GameID (references Game Information) FK 2. AwardID (references Award Table)
Winner's Table (WinnerID, NomineelD, WinnerYear, AwardID, GameID, AwardCategory, Result, Winner)
FK 1 NomineelD (references Nominee Table) FK 2 AwardID (references Award Table) FK 3 GameID
(References Game Information)
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions