The WHERE clause filters out unwanted data.
WHERE
Filters, conditions, condition evaluation.
The WHERE clause can be used with SELECT, UPDATE and DELETE, but not with INSERT.
SELECT
UPDATE
DELETE
INSERT