It's very confusing; it seems like I'll need to have at least one many-to-many relationship.
- A track might be sung by 2+ artist - how can I store that in the database?
- While showing that track, I want link to each artist so that when users click the track it opens that artist's profile page.
Can anyone provide me with some assistance in designing a class or classes to accomplish this?