Question

Query 8 Sometimes for marketing purposes we might want to find people who have rented certain combinations of cars. For example, in the list below, we wanted to know which customer had taken the Chiron and the GT-R Nismo. This is a classic case of wanting to use a set difference but unfortunately MySQL does not support it so you will have to use a nested query instead. I would recommend starting with a small simple table first. All that we want is a table with the name of the customer who rented both models. first_name last_name Gomme Karyl

Fig: 1