View the Exhibit to examine the PL/SQL code.
Which statement is true about the execution of the code?
A.
The exception raised in the code is handled by the exception handler for the PAST_DUE
exception.
B.
It does not execute because you cannot declare an exception with a similar name in the
subblock.
C.
The PAST_DUE exception raised in the subblock causes the program to terminate abruptly
because there is no exception handler in the subblock.
D.
The PAST_DUE exception raised by the enclosing block is not propagated to the outer block
and it is handled by the WHEN OTHERS exception handler
Explanation:
d
http://docs.oracle.com/cd/B28359_01/appdev.111/b28370/errors.htm#BABIIHFD
D
D
D