I am developing a small music website. I am a front end developer and have not had good amount of knowledge in database. I came up with this database design for the website. Can you suggest to improve it?
Few questions I might have as well is ..
- how to change it to support more than more artist to a song ?
- is it alright to have album in the song table or it MUST be a separate table? I don't think I have anything else about album that I want to store but would it be impractical to have album in the song table?
Thanks a lot.