SELECT employee_id, name, department FROM employees ORDER BY employee_id; You can run the query directly in SQL*Plus. However, for a report, you might want to format the output.