Advantages of PL/SQL
- Completely Portable.
- High performance Transaction Processing Language.
- Support for SQL.
- Support for Object Oriented Programming.
- Better Performance.
- High Productivity.
- Tight Integration with Oracle.
- Tight security.
Main Features of PL/SQL:
- It combines the DATA MANIPULATING power of SQL with the processing power of PROCEDURAL LANGUAGES.
- Program flow can be controlled using the statements like IF and LOOP.
- We can declare the variables, Define Procedures and Functions and Trap Run time errors.
- Can be used to Break complex problems down into easily understandable procedural code.
- The code can be reused for multiple applications.
- SQL commands can be directly embedded inside the PL/SQL without learning new API's.
- The PL/SQL data types correspond with SQL's column types making learning process easier.



0 comments
Post a Comment
Do comment to make this blog better