Multiple values one field mysql
Posted
by chloe
on Stack Overflow
See other posts from Stack Overflow
or by chloe
Published on 2010-04-28T11:03:02Z
Indexed on
2010/04/28
11:13 UTC
Read the original article
Hit count: 235
mysql
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 :(
© Stack Overflow or respective owner