In the following Query, which of the following can be placed in the Query's blank portion to display the salary from highest to lowest amount, and sorting the employees' names alphabetically?
SELECT * FROM instructor
ORDER BY salary .................... , name .................... ;