Filter results using WHERE and HAVING
Use HAVING with Aggregate Functions
WHERE clause with NULLNOT NULL values
The WHERE clause only returns rows that match its criteria
Use IN to return rows with a value contained in a list
Use LIKE to find matching strings and substrings