Hey guys so I'm a bit confused. I'm making a artist, album, and track tables
and I'm confused about how to correctly link an album to their tracks if its
more than one.do I need to write one track to one album to one artist?

Artist1->album1->track1
Artist1->album1->track2 

Or can I do it 

Artist1->album1->track1,track2,track3

If I can do the second, what's the best way to do it?

Thank you, I'm new to DB.



--
View this message in context: 
http://apache-database.10148.n7.nabble.com/connecting-artist-to-album-to-track-tables-together-correctly-tp145713.html
Sent from the Apache Derby Users mailing list archive at Nabble.com.

Reply via email to