Introduction to PL/SQL

What is PL/SQL?

PL/SQL stands for Procedural Language extension of SQL, developed by Oracle Corporation. It is a combination of SQL along with the procedural features of programming languages.

The PL/SQL Engine:

Oracle uses a PL/SQL engine to processes the PL/SQL statements. A PL/SQL code can be stored in the client system (client-side) or in the database (server-side).

About This PL SQL Programming tutorial

  • Teaches the basics of programming in PL/SQL with examples.
  • Use this tutorial as your guide or reference while programming with PL/SQL.
  • The programming concepts discussed in this tutorial is specific to Oracle PL/SQL.

.
[[div style="float:left; width: 16.5%; padding: 0 2%"]]

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License