Question: Using what you have learned, create a SongCollection database. Each song has name, a publication date, a genre a writer Relationships each writer may have
Using what you have learned, create a SongCollection database.
Each song has
name,
a publication date,
a genre
a writer
Relationships
each writer may have multiple songs
each song has a single writer.
each genre will have multiple songs
each song has only one genre.
Create and use foreign keys to make the proper linkages between tables.
You will need to create data for testing and insertimport it into your tables. You may choose to use INSERT commands or create the data in a CSV and Import it As you create data, be sure to create data that includes
or more songs
or more genres
or more writers
or more songs in each genre
or more songs by each writer
After you insertimport the data in each table, show the results of a SELECT FROM each table to verify the number of rows added.
SUBMIT:
SQL of all table creates
SQL of all inserts if using
SQL of all select statements
ERD diagram
screen shot of the results of all select statements.
Be sure to read requirements for submitting assignments in Start Here and Syllabus!
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
