Find the Rows That Matter
Filter data using WHERE conditions.
We'll cover the following...
We'll cover the following...
You’ve learned to pick columns. Now it’s time to filter rows so you see only the data you care about.
Goal
You’ll aim to:
Use
WHERE
to filter data.Add simple conditions to your query. ...