Lesson 6

The WHERE Clause

Filter rows and return only the data that matches your condition.

Coming Soon

This lesson is being written. Check back soon, or continue with the lessons above.

Editor note: Add your concept explanation here, followed by \\\sql code examples, then \\\exercise blocks using the standard format.

Exercise format reminder

sql
-- Add your example queries here
SELECT * FROM customers;
Exercise 1 Easy
Your practice question here.
Hint: Optional hint text
Solution
SELECT * FROM customers