InterviewSolution
Saved Bookmarks
| 1. |
How Do You Declare A User-defined Exception? |
|
Answer» User defined exceptions are declared under the DECLARE section, with the keyword EXCEPTION. SYNTAX − User defined exceptions are declared under the DECLARE section, with the keyword EXCEPTION. Syntax − |
|