I need help creating a table for a music database in MySQL. I am not sure how to put this information in the table.
Here is the information that I would like to store in the database.
Artist Name Album Name Release Date Genre Picture URL (album artwork) Track Number Trank Name Track Playtime Lyric (optional, But would like to have it someday) etc.
In principle, everything related to the organization of digital music. I am new to databases and I have some ideas. But if I am going to study, I could also learn the right way to do this.
Any thoughts on how to create my tables would be great.
source share