How could we exclude items having 'water' as a type?

We could add a WHERE clause and filter using a conditionWe could code SELECT type instead of SELECT * in our query

We could add a WHERE clause and filter using a condition.