Question: Creating Stored Procedures Write a stored procedure called ` pro _ view _ employee ` that accepts an employee ID as an input parameter and

Creating Stored Procedures
Write a stored procedure called `pro_view_employee` that accepts an employee ID as an input parameter and retrieves the employee's last name, first name, salary, job title, and department name.
Write a stored procedure called `pro_update_Commission` that accepts input parameters for employee ID and commission percent, and updates the commission percent for the specified employee ID.
Write a stored procedure called `pro_insert_department` that accepts input parameters for department ID and department name, and inserts a new record into the department table.
Write a procedure called `pro_number_of_employee` that, given a department ID, displays the department name and the total number of employees in that department.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!