View Exhibit1 and examine the structure of the EMPLOYEES and DEPARTMENTS tables existing in your schema.View Exhibit2 a

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899559
Joined: Mon Aug 02, 2021 8:13 am

View Exhibit1 and examine the structure of the EMPLOYEES and DEPARTMENTS tables existing in your schema.View Exhibit2 a

Post by answerhappygod »

View Exhibit1 and examine the structure of the EMPLOYEES and DEPARTMENTS tables existing in your schema.View Exhibit2 and examine the PL/SQL block that you execute to display the department- wise incremented salary for all the departments in your company.The code generates an error on execution.What correction should be done to ensure the code executes successfully?
View Exhibit1 A 1
View Exhibit1 A 1 (32.29 KiB) Viewed 149 times
A. The cursor variable parameter should be passed in IN OUT mode.
B. The cursor variable should be defined as a strong REF CURSOR type.
C. The cursor variable name passed as actual and formal parameters should be identical.
D. The %NOTFOUND cursor attribute cannot be used with the cursor variables and should be replaced with a user defined exception.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!

This question has been solved and has 1 reply.

You must be registered to view answers and replies in this topic. Registration is free.


Register Login
 
Post Reply