Home »
PL/SQL MCQs
Which of the following is TRUE about User-defined exceptions?
115. Which of the following is TRUE about User-defined exceptions?
- Users can explicitly raise an exception by using a RAISE statement
- RAISE_APPLICATION_ERROR can be used to raise a user-defined exception explicitly.
- Both A. and B.
- None of the above
Answer: C) Both A. and B.
Explanation:
Users can explicitly raise an exception by using a RAISE statement or DBMS_STANDARD.RAISE_APPLICATION_ERROR can be used to raise a user-defined exception explicitly.