SAP Template - General Services Administration

Code a function to return the net salary given the employee number. Write a Pl/Sql block of code that lists the highest salary drawn by an employee in each of the departments. It should make use of a function dept_highest which return the highest salary drawn by an employee for the given department. Packages: Create a package to include the ... ................
................