Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please help me with ER Diagram that I did for CD collection database. Most imortant to write correct relationship, there must be at least 2

Please help me with ER Diagram that I did for CD collection database. Most imortant to write correct relationship, there must be at least 2 one-to-many/one-to-one relationships;

and there must be at least 1 many-to-many relationship. Am I correct with them?

image text in transcribed

Artist (artist_id, ARTIST_BAND, artist_fname, artist_lname)

Record Label (RECORD_ID, RECORD_NAME , CITY , STATE , COUNTRY, WEBSITE)

Song (song_id, song_name, song_length, artist_id , album_id)

Album (ALBUM_ID, ALBUM_TITLE, Number_of_tracks, ALBUM_YEAR, ARTIST_ID, RECORD_ID)

And also what my professor meant : c. discuss which Normal Form it is in? (FULL QUESTION:

you must submit the conceptual and logical design of your database as specified in section Design and Implementation, which include the E-R diagram and relational database schema of your database. For each table:

a, describe all the attributes (including attribute names, data types etc.);

b, specify the primary keys and foreign keys (if exist);

c, discuss which Normal Form it is in;

d, provide the SQL DDL statement you used to create the table, or the screen snapshots if your used GUI;

ALBUM ALBUM ID ALBUM Title Number of Tracks ALBUM_Year Artist ID RecordID ALBUMSONG Record ALBUM ecord Labe Record ID Record Name Cit State Country website SONG SONG ID SONG_NAME SONG LENGTH ALBUM_ID ARTIST_ID ARTIST SONG ARTIST ARTIST ID ARTIST BAND ARTIST Name ecord Artis

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

Databases On The Web Designing And Programming For Network Access

Authors: Patricia Ju

1st Edition

1558515100, 978-1558515109

More Books

Students also viewed these Databases questions