State few characteristics of PL/SQL?

devquora
devquora

Posted On: Feb 22, 2018

 

Some of the characteristics of PL/SQL are furnished below:
  • PL/SQL is completely portable as code can be executed on any operating system provided Oracle is loaded in it.
  • It offers extensive error checking. Users can write their own customized error handling routines.
  • PL/SQL provides a built-in, integrated programming environment which enhances the performance of transactions with integration to Oracle data dictionary.
  • It also allows free access and sharing of same subprograms by multiple applications.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    PL/SQL Interview Questions

    What is PL/SQL?

    PL/SQL stands for Procedural Language extension of Structured Query Language (SQL). It is a block-structured language ha..

    PL/SQL Interview Questions

    Differentiate between PL/SQL and SQL?

    PL/SQL is Oracle’s Procedural Language SQL which allows you to write full programs to execute options like insert/ sel..

    PL/SQL Interview Questions

    Enlist the data types that can be used in PL/SQL?

    Each constant, value and parameter has a data type that tells us the type of data used and their associated operations i..