The zip codes are in a column called zip_code. To select all data from the Donation_Form_List organized by zip code, you use the ORDER BY function. The syntax is:

Correct
To organize your data by zip code, the correct query is:
SELECT * FROM Donation_Form_List ORDER BY zip_code