E
Eprend
I am building a database for classical music CDs. A CD
can have many Works. A Work can be on several CDs. A
Soloist can perform different Works on different CDs. I
have 3 tables for CDs, Works and Soloists each with a
unique ID I have built relational tables to relate each
CD to each work using the IDs and another table to relate
each soloist to each work they perform.
How do I set up a table so I can define which Soloist is
on which Work on which CD? Do I have to somehow combine
the CD ID and the Work ID and relate the Soloist ID to
that? Any enlightenment will be appreciated.
can have many Works. A Work can be on several CDs. A
Soloist can perform different Works on different CDs. I
have 3 tables for CDs, Works and Soloists each with a
unique ID I have built relational tables to relate each
CD to each work using the IDs and another table to relate
each soloist to each work they perform.
How do I set up a table so I can define which Soloist is
on which Work on which CD? Do I have to somehow combine
the CD ID and the Work ID and relate the Soloist ID to
that? Any enlightenment will be appreciated.