I need some help building a table(s) for a music database in MySQL. I am unsure on how to lay this information out in a table.
Here is the info I would like to be stored 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.
Basically anything that has to do with organizing digital music. I’m new to databases and I have some ideas. But if I’m going to learn I might as well learn the right way of doing it.
Any thoughts on how to design my table(s) would be awesome.
Something like this would be good to start with. It specifies a table for artists, albums (with keys into artists and genres), tracks (keyed into albums), and genres.