1b.PLSQL
1b.PLSQL
Advantages:
-----------
Reduces network traffic -This one is great advantages of PL/SQL. Because PL/SQL
nature is entire block of SQL statements execute into oracle engine all at once so
it's main benefit is reducing the network traffic.
Procedural language support -PL/SQL is a development tools not only for data
manipulation futures but also provide the conditional checking, looping or
branching operations same as like other programming language.
Error handling PL/SQL -is dealing with error handling, It's permits the smart way
handling the errors and giving user friendly error messages, when the errors are
encountered.
Declare variable -PL/SQL gives you control to declare variables and access them
within the block. The declared variables can be used at the time of query
processing.