Problem
a) Create a procedure using a CURSOR that accepts a manager ID and displays the manager's name followed by the names of the employees who report to this manager.
b) Create a procedure with a cursor that provides a 10% salary increase to department managers.