Home »
PL/SQL MCQs
Which of the following clause does not comes in the syntax while raising an exception?
117. Which of the following clause does not comes in the syntax while raising an exception?
- DECLARE
- WHEN
- CLOSE
- END
Answer: C) CLOSE
Explanation:
CLOSE clause doesn't come in the syntax while raising an exception.