WORKING WITH PLSQL EXCEPTION
WORKING WITH PLSQL EXCEPTION
EXCEPTION DEFINITION:
- Exception is an identifier in PLSQL that raised during the execution of a PLSQL block and that terminates the main body of actions.
- A PLSQL block always terminates when an exception is raised, but