Let's work with some negation and sorting.  Let's sort last names in descending order, as long as the city for the record is not London.

Yeah! Did you notice that SQL sorts capital letters first?

Psst: we can also use the != operator instead of writing NOT IN.

Close! Didn't we want to check for cities that are not London?