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 proviewemployee 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 proupdateCommission 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 proinsertdepartment that accepts input parameters for department ID and department name, and inserts a new record into the department table.
Write a procedure called pronumberofemployee 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
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
