PL/SQL

PL/SQL stands for Procedural Language/Structured Query Language.
The basis of PL/SQL consist of three parts:
1. Declaration (optional)
2. Execution (mandatory)
3. Exception Handling (optional)

DECLARE

BEGIN

   EXCEPTION

END;

More about PL/SQL Programming:

 

References :

 

 

Leave a comment