InterviewSolution
Saved Bookmarks
| 1. |
How Are User-defined Exceptions Trapped? |
|
Answer» User-defined EXCEPTIONS are defined in the declarative section of the PL/SQL code and raised EXPLICITLY USING the RAISE statement, as shown in the FOLLOWING code snippet: User-defined exceptions are defined in the declarative section of the PL/SQL code and raised explicitly using the RAISE statement, as shown in the following code snippet: |
|