To retrieve the number of donors in each city, sorted high to low, you use the following query:

Correct
To retrieve the number of donors in each city, sorted high to low, DESC must be included. ASC will sort the donors low to high. The correct query is:

query