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
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)- A4% (2)
- B6% (3)
- C13% (7)
- D78% (42)
Community Discussion
No community discussion yet for this question.
