What SQL function do you use to select all data from the Donation_Form_List organized by zip code?

Correct
To select all data from the Donation_Form_List organized by zip code, you use the ORDER BY function. The ORDER BY function sorts results returned in a query.