Question: TASK 2 Create a PL/SQL block that uses explicit record- based Multiple Cursors to produce a two-level report. Declare two cursors. The first one to
TASK 2
Create a PL/SQL block that uses explicit record- based Multiple Cursors to produce a two-level report.
- Declare two cursors. The first one to fetch and display job titles and the second one to fetch and display the list of employees.
- Format the output to be similar to the below.
- Modify your PL/SQL block by using For loop cursors.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
