Question: plsql ( Employees (employee_id, first_name, salary) Using employees table. Write a function that will accept ID and name of an employee from the calling environment,
( Employees (employee_id, first_name, salary) Using employees table. Write a function that will accept ID and name of an employee from the calling environment, the function should insert the new employee, If the employee inserted successfully, the function should send 0 to the calling environment, otherwise it should send 1. Handle exceptions if any errors occurred. Hint: (Dup_val_on_index)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
