ORDER BY. For this task, the result needs to be sorted by salary in descending order, so that employees with the highest salaries appear at the top of the list.employeesemployee_id, first_name, last_name, department, salaryemployee_id, first_name, last_name, department, salaryselect * from employees