Identify the sections of the code that need to be modified for better performance gains.

View the Exhibit and examine the PL/SQL code.
Identify the sections of the code that need to be modified for better performance gains.
(Choose all that apply.)

View the Exhibit and examine the PL/SQL code.
Identify the sections of the code that need to be modified for better performance gains.
(Choose all that apply.)

A.
Use cursors to fetch values.

B.
Remove redundant SQL statements in the procedures.

C.
Avoid the NOT NULL constraint when declaring the variable.

D.
Define and compile procedures independently, and not as part of a package.



Leave a Reply 4

Your email address will not be published. Required fields are marked *


leo yu

leo yu

PLSQL engine perform NOT NULL check would have some extra overhead

mohan

mohan

where are the pictures