The WHERE keyword followed by some condition lets us filter our results, receiving only the results that meet the condition we have set.
The order that Postgres executes the query is not the same order in which it is written:
We can make a compound WHERE statement by using the AND keyword: