Question: Write a statement to create a procedure that accepts an Employee ID as input. Two conditions should be added: firstly test if the first Employee

Write a statement to create a procedure that accepts an Employee ID as input. Two conditions should be added: firstly test if the first Employee ID entered in Question 2 matches the value inputted, and their salary is incremented with a 500 bonus, and the bonus is printed; Secondly test in the second Employee ID entered in Question 3 matches the value inputted, and their salary in incremented with 1000 bonus, and the bonus is printed. Invoke the procedure to test the procedure
Step by Step Solution
There are 3 Steps involved in it
To create the procedure we can use the following steps assuming this is an SQLlike environment Lets ... View full answer
Get step-by-step solutions from verified subject matter experts
