Exception handler in PSM is defined as follows: DECLARE HANDLER FOR condition list> The clause can be:

Exception handler in PSM is defined as follows:
DECLARE <where to go next> HANDLER FOR condition list> <statement>
The <where to go next> clause can be:



[A]
UNDO
[B]
EXIT
[C]
All of the others
[D]
CONTINUE




Answer: C


Learn More :