We realized that the relationship between the songs table and the party types table is a many to many because one song can be good for many types of party and one type of party would have many songs. We need to put a table in the middle of the two tables in the same way as we did between CDs and the songs. We make a query using five of the tables.