Question: database system 10.3] Design and create a MusicStore database for developing application for selling music files to the customers in the Internet environment. Data Requirements:

database system
database system 10.3] Design and create a "MusicStore" database for developing application

10.3] Design and create a "MusicStore" database for developing application for selling music files to the customers in the Internet environment. Data Requirements: Note: for this question, we do not need to have actual music files, but a music file name must be unique. You can make reasonable assumptions about the data requirements described below. Each customer must have a customerld (we assume that the customer already registered for the web music delivery service), an email address, first name, last name, street address, city, state, zip code, and a phone number). Each product (i.e, music file) must have a productId, unique name, artist name (who played the music), and unit price. Each customer can have one or more music file downloads. Same music file can be downloaded one or more times for the customer and for her his friends. After music files are downloaded by a customer, the customer must pay the total amount of the downloaded (1.c.. purchased) music files by a credit card. Valid card types are VI (visa), AX (American Express), and CA (Master Card) Each music file download must be identified by a filename (or fileld if you use unique fileld as a primary key), download date and time. The music store needs to keep each customer's purchase history. 1. Create a conceptual Music Store database schema in ER diagram. 2. Map the conceptual Music Store database schema to logical database schema. The logical database schema must show referential constraints by drawing an arrow that connects a foreign key column of a referencing table to a primary key column of the referenced table. 3. Use MySQL Workbench to create an ER diagram for a MySQL Music Store database that stores information about customers, music files, the details of the music file purchase history of each customer. The purchase history needs to store valid credit card type and number. Total amount of the purchased music files must be derived from the database. Include the MySQL ER diagram in your assignment report (Use any screen capturing/editing tool for this). Refer to an example MySQL mwb ER diagram shown below

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!