How to call a Function in Oracle?
How to call a Function in Oracle?
Creating two functions to test all the cases:
Function 1: This will take employee_id and a string as parameters and return employee's salary or total salary, average salary, maximum salary, minimum salary of …