Database Formatting for Album Tracks

Posted by Sev on Stack Overflow See other posts from Stack Overflow or by Sev
Published on 2010-06-02T20:57:40Z Indexed on 2010/06/02 21:14 UTC
Read the original article Hit count: 123

Filed under:
|
  • I would like to store album's track names in a single field in a database.
  • The number of tracks are arbitrary for each album.
  • Each album is one record in the table.
  • Each track must be linked to a specific URL which also should be stored in the database somewhere.

Is it possible to do this by storing them in a single field, or is a relational table for the track names/urls the only way to go?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about database-design