ExamQuestions.com

Register
Login
Oracle Database 11g Advanced PLSQL Exam Questions

Oracle

Oracle Database 11g Advanced PLSQL

24 / 68

Question 24:

See the Exhibit: 
image
Identify the sections of the code that need to be modified for better performance gains. (Choose all that apply) 

Answer options:

A. Use cursors to fetch values
B. Remove redundant SQL statements in the procedure
C. Avoid the NOT NULL constraint when declearing the variable
D. Define and compule procedures independently and not as part of a package