The WHERE clause filters rows, returning only those that match a condition. It's fundamental to retrieving specific data rather than entire tables, and supports a rich set of operators and conditions.
Basic filtering with operators
users age ;
users country ;
users age active ;
users country country ;
users active;
