Question: Exercise 7 Write a PL/SQL block that declares and uses two cursors-one without a parameter and one with a parameter. The first cursor retrieves the
Exercise 7 Write a PL/SQL block that declares and uses two cursors-one without a parameter and one with a parameter. The first cursor retrieves the department number and the department name from the departments table for all departments whose ID number is less than 100. The second cursor receives the department number as a parameter, and retrieves employee details for those who work in that department and whose employee_id is less than 120
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
