Question: 1. Create a database named ALBUM based on the following ERD. (Recall that this is ERD and you need to convert it to relational

1. Create a database named "ALBUM" based on the following ERD. (Recall that this is ERD and you need to convert it to relational model and may need to normalize it before implementing in SQL). Make sure that you are using correct data type for each attribute. Album Singer Id title int PK Id int PK varchar(128) 0- firstname varchar(32) Singer_id int FK Published date lastname varchar(32) birthdate date Album_Genre Genre ld int PK Id int PK Genre_ld int FK name varchar(128) Album_id int FK 2. Enter at least five records for each table.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
