12345678910



Question 1: What would you add to a select query to arrange the list by FirstName in descending alphabetical order?
1. Order by FirstName
2. Index on FirstName to nindex
3. Index on FirstName DESCENDING
4. Order by FirstName DESC