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.employees
employee_id
, first_name
, last_name
, department
, salary
employee_id
, first_name
, last_name
, department
, salary
select * from employees