This image shows the SQL Worksheet with the Run Statement toolbar icon being clicked. The worksheet shows the following SELECT statement: SELECT last_name, job_id, hire_date FROM HR.EMPLOYEES WHERE job_id='SA_REP' ORDER BY hire_date;