The Procedural Language (PL/SQL) for SQL is a procedural language developed by Oracle to work with Oracle database using procedures in SQL. The PL/SQL program units are compiled by the Oracle Database server and stored inside the database. According to run-time, both PL/SQL and SQL run within the same server process, bringing optimal efficiency. The PL/SQL automatically inherits the robustness, security, and portability of the Oracle Database. The PL/SQL syntaxes include declarations for variables, constants, procedures, functions, conditions, and loops.
Liked By
Write Answer
What is PL/SQL?
Join MindStick Community
You have need login or register for voting of answers or question.
Anonymous User
16-Sep-2019The Procedural Language (PL/SQL) for SQL is a procedural language developed by Oracle to work with Oracle database using procedures in SQL. The PL/SQL program units are compiled by the Oracle Database server and stored inside the database. According to run-time, both PL/SQL and SQL run within the same server process, bringing optimal efficiency. The PL/SQL automatically inherits the robustness, security, and portability of the Oracle Database. The PL/SQL syntaxes include declarations for variables, constants, procedures, functions, conditions, and loops.