How would we go about finding the cities our people live in and showing them in ascending order?

Great! We can use the ASC keyword to order fields such as city.

Psst: just using 'city' would work as well since that would ask is implied when using ORDER BY.

Not quite, we want to sort by city.