WHERE NOT selects rows that are not equal to a value. It ignores NULL values, so in the example, rows that have a country that is not 'USA'
WHERE NOT selects rows that are not equal to a value. It ignores NULL values, so in the example, rows that have a country that is not 'USA' but are NULL will not be included.