Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Normalize your games review ERD database to 3 NF ( but you may need to take your normalization one step further to 4 NF )

Normalize your games review ERD database to 3NF (but you may need to take your normalization one step further to 4NF). Be sure you include primary, foreign, composite, and compound key notation in your tables as necessary to create a normalized database. As you complete your assignment, remember the main benefits for normalizing a database are:
Eliminate Redundant Data
Reduce Modification Anomalies
Ensures Dependencies are Logical
Table Name: Games
Add the following properties (fields)for the Games table:
gameId
gameName
gameDescription
gamePlatform
gameGenre
Table Name: People
Add the following properties (fields) for the Reviewers table:
peopleId
peopleFirstName
peopleLastName
peoplePlatform
peopleRegion
Table Name: Reviews
Add the following properties (fields) for the Reviews table:
reviewId
reviewGameId
reviewPlatform
peopleFirstName
peopleLastName
reviewRatingNeed a

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

Step: 3

blur-text-image

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

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2022 Grenoble France September 19 23 2022 Proceedings Part 4 Lnai 13716

Authors: Massih-Reza Amini ,Stephane Canu ,Asja Fischer ,Tias Guns ,Petra Kralj Novak ,Grigorios Tsoumakas

1st Edition

3031264118, 978-3031264115

More Books

Students also viewed these Databases questions

Question

What are the objectives of job evaluation ?

Answered: 1 week ago

Question

Write a note on job design.

Answered: 1 week ago

Question

Compute the derivative of f(x)cos(-4/5x)

Answered: 1 week ago

Question

Discuss the process involved in selection.

Answered: 1 week ago

Question

6. The cost of the training creates a need to show that it works.

Answered: 1 week ago