SELECT * from employees
SELECT employee_name, employee_salary FROM employees WHERE employee_salary > 18324
Was this page helpful?