nerdexam
Oracle

1Z0-146 · Question #111

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.)

The correct answer is B. Remove redundant SQL statements in the procedures. C. Avoid the NOT NULL constraint when declaring the variable. See the full explanation below for the reasoning.

Question

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.)

Exhibit

1Z0-146 question #111 exhibit

Options

  • AUse cursors to fetch values.
  • BRemove redundant SQL statements in the procedures.
  • CAvoid the NOT NULL constraint when declaring the variable.
  • DDefine and compile procedures independently, and not as part of a package.

How the community answered

(55 responses)
  • A
    5% (3)
  • B
    84% (46)
  • D
    11% (6)

Community Discussion

No community discussion yet for this question.

Full 1Z0-146 Practice