The SELECT clause displays the EMPLOYEES table after the updates. The asterisk (*) selects all columns.
   title 'Updated Employees Table';
   select * from employees;