Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Identify a set of information that you would like to track using a database. One example would be a collection of video games. Identify the

Identify a set of information that you would like to track using a database. One example would be a collection of video games.
Identify the entities involved in this collection.
For example the games collection might have the following entities:
CONSOLE, PUBLISHER, GAME, RATING, GENRE
For each entity, identify the attributes you want to track.
For example, the Game entity might have the attributes:
GAME_ID, NAME, DESCRIPTION, CONSOLE_ID, PUBLISHER_ID, RATING_ID, GENRE_ID
List each of the Relations in shorthand notation and underlining the primary key of the relation.
For example the GAME relation would be:
GAME(GAME_ID, NAME, DESCRIPTION, CONSOLE_ID, PUBLISHER_ID, RATING_ID, GENRE_ID)

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

Students also viewed these Databases questions