Now that we know how to work with aggregate and scalar functions, how would you find out the number of people who live in London?

Brilliant! You've got this under control. IN and = both work.

Psst: we can also use the IN statement instead of =.

Wouldn't that just check for every city that isn't London?