Filtering results
The WHERE
clause allows you to filter based on text and numeric values in a table using comparison operators.
What does the following query return?
SELECT title
FROM films
WHERE release_year > 2000;
This exercise is part of the course
Intermediate SQL
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
