1.

How Do You Declare A User-defined Exception?

Answer»

User defined exceptions are declared under the DECLARE section, with the keyword EXCEPTION. SYNTAX
<exception_name> EXCEPTION;

User defined exceptions are declared under the DECLARE section, with the keyword EXCEPTION. Syntax −
<exception_name> EXCEPTION;



Discussion

No Comment Found