Posted On: Feb 22, 2018
The basic structure of PL/SQL is the BLOCK structure. Every program of PL/SQL includes both the SQL statement and the PL/SQL statement, which eventually forms the PL/SQL block. Every PL/SQL block has three defined sections out of which two sections are optional i.e. the declaration section and the exception handling section and one section is mandatory i.e. the execution section.
Never Miss an Articles from us.
PL/SQL stands for Procedural Language extension of Structured Query Language (SQL). It is a block-structured language ha..
PL/SQL is Oracle’s Procedural Language SQL which allows you to write full programs to execute options like insert/ sel..
Some of the characteristics of PL/SQL are furnished below: PL/SQL is completely portable as code can be executed on any ..