1.

What Is An Exception?

Answer»

An exception is an IDENTIFIER, which defines an error CONDITION within the Procedural Language/Structured Query Language (PL/SQL) code. When an error OCCURS, it is trapped and the program CONTROL unconditionally BRANCHES to the exception section of the PL/SQL block.

An exception is an identifier, which defines an error condition within the Procedural Language/Structured Query Language (PL/SQL) code. When an error occurs, it is trapped and the program control unconditionally branches to the exception section of the PL/SQL block.



Discussion

No Comment Found