#MySQL #tutorial #course

SELECT * FROM employees
ORDER BY last_name ASC;

SELECT * FROM transactions
ORDER BY amount DESC, customer_id DESC;