Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write pl/sql code to display each job type along with number of employees working under this job, as show below. Output will be like: ******
Write pl/sql code to display each job type along with number of employees working under this job, as show below.
Output will be like:
- ****** CLERK *******
- total number of employees : 4
- ****** SALESMAN *******
- total number of employees : 4
- ****** ANALYST *******
- total number of employees : 2
- ****** MANAGER *******
- total number of employees : 3
- ****** PRESIDENT *******
- total number of employees : 1
Note:
1-Use explicit cursor.
2-Use for loop.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started