by: Hunter Ciarabellini, Drew Hengehold Procedure created. No errors. TESTING EMPL OVERVIEW - if working properly, you should see a printout of the ======================================== The current date is CURR DATE The number of employees is 14 The average salary is 2073.214285714285714285714285714285714286 PL/SQL procedure successfully completed. ======================================== The current date is 14-FEB-25 The number of employees is 14 The average salary is 2073.214285714285714285714285714285714286 PL/SQL procedure successfully completed. 4 rows deleted. TESTING EMPL OVERVIEW IF ALL CLERKS REMOVED - if working properly, you should see a printout of the ======================================== The current date is CURR DATE The number of employees is 10 The average salary is 2487.5 PL/SQL procedure successfully completed. ======================================== The current date is 14-FEB-25 The number of employees is 10 The average salary is 2487.5 PL/SQL procedure successfully completed. Rollback complete.