nerdexam
Oracle

1Z0-144 · Question #62

View the Exhibit to examine the PL/SQL code. Which statement is true about the execution of the code?

The correct answer is D. The PAST_DUE exception raised by the enclosing block is not propagated to the outer block and. See the full explanation below for the reasoning.

Question

View the Exhibit to examine the PL/SQL code. Which statement is true about the execution of the code?

Exhibit

1Z0-144 question #62 exhibit

Options

  • AThe exception raised in the code is handled by the exception handler for the PAST_DUE
  • BIt does not execute because you cannot declare an exception with a similar name in the subblock.
  • CThe PAST_DUE exception raised in the subblock causes the program to terminate abruptly
  • DThe PAST_DUE exception raised by the enclosing block is not propagated to the outer block and

How the community answered

(54 responses)
  • A
    4% (2)
  • B
    6% (3)
  • C
    13% (7)
  • D
    78% (42)

Community Discussion

No community discussion yet for this question.

Full 1Z0-144 Practice