Given a table definition:
Employees(employee_id, first_name, last_name, salary,
manager_id, hire_date, commission_pct, department_id)
write the following SQL statement:
A query that displays the first eight characters of the employees' last names and indicates the amounts of their salaries with asterisks. Each asterisk signifies a thousand dollars. Sort the data in descending order of salary.