The relationship between CDs and songs is many to many because on the CD we have many songs and one song can be on many CDs. In this case we have to put the table between them to join a certain song with the certain CD.
The table in the middle will have a primary key on two fields which are the CDs primary key and Songs primary key.