Advantages of PL/SQL

Advantages of PL/SQL.

Advantages of PL/SQL:-

1. PL/SQL is structured as it consists of blocks of code and hence streamlined. This makes PL/SQL highly productive.
2. It is highly portable, has immense error handling mechanisms.
3. High performance as lines of code can be sent to oracle. This reduces traffic.
4. With the user of stored procedures, PL/SQL is highly secured.
5. Extremely flexible and easy to learn with syntaxes like SELECT, INSERT, UPDATE etc.

Advantages of PL/SQL.


1. Support SQL data manipulation.
2. Provide facilities like conditional checking, branching and looping.
3. Provide fast code execution since it sends SQL statement as a block to the oracle engine.
What is a union, intersect, minus?
What is a union, intersect, minus? - Union operator is used to return all rows from multiple tables and eliminate duplicate rows...
Characteristics of function object
Characteristics of function object - A function can allow one or more or no parameter...
Oracle translate and decode
Oracle translate and decode - Translate: translate function replaces a sequence of characters in a string with another set of characters. The replacement is done single character at a time...
Post your comment