Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Explain what are The Advantages Of Pl/sql?
Home
PL/SQL
Explain what are The Advantages Of Pl/sql?
0
votes
asked
Mar 10, 2021
in
PL/SQL
by
sharadyadav1986
Explain what are The Advantages Of Pl/sql?
#advantages-plsql
plsql-benefits
plsql
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 10, 2021
by
sharadyadav1986
PL/SQL is a transaction processing procedural language that has the following advantages:
Integration with database —PL/SQL supports SQL statements, thus enabling integration between procedural language capabilities and the database technology.
Better performance —SQL statements are grouped within a PL/SQL block and sent together to database for parsing; therefore, it reduces the network traffic and increases the performance.
Higher productivity —-PL/SQL helps the package reusable code within the well-defined modular blocks; and therefore, increases the productivity.
Portability —Programs packages and libraries written in PL/SQL can be reused in different environments.
...