Answer:
Explanation:
We would be taking a breakdown of the following entities.
online music platform database can have the following entities:
1. Artist
has the following attributes:
Artists Name
Artist ID
Debut Date
2. Albums
has the following attributes
:
Album ID
Title
Release Date
Price
3. Song
has the following attributes
:
Song ID
Play Time
Title
genres
4. Items
This represents the items the customers purchased with several albums and quantity.
this shows the following attributes
Album ID
Qty
5. Orders
has the following attributes
The Order ID
The Order Date
Total Price
Payment Method
Delivery Option
6. Customer
has the following attributes
Customer ID
Customer Name
Address - City, State, Postal code
Phone Number
Birthday
Registration Date
NB. the uploaded image shows the ER Diagram.
cheers i hope this helps.