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.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy
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.