How could we exclude items having 'water' as a type?
'water'
type
WHERE
SELECT type
SELECT *
We could add a WHERE clause and filter using a condition.