WHERE IN
You now know you can query multiple conditions using the IN
operator and a set of parentheses. It is a valuable piece of code that helps us keep our queries clean and concise.
Try using the IN
operator yourself!
This exercise is part of the course
Intermediate SQL
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.
-- Find the title and release_year for all films over two hours in length released in 1990 and 2000
___