Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
Quiz
12. Exercise 8
Congratulations

Instruction

You did it again! Now we turn to an exercise on set operations.

Exercise

Retrieve the IDs of ingredients which are not included in the table recipe_ingredients.

Stuck? Here's a hint!

Use the set operator EXCEPT. If you don't know how to use set operators, take a look at Basics of PostgreSQL Part 7: Set operations.