Multiple values one field mysql
- by chloe
Basically I have a a mysql database which i want to create containing the following tables:
artist
song
album
A song can belong to only one artist, however, a song could be in Multiple Albums. How would I go about implementing this in my mysql database. I've been stuck for a few days now :(