Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/ABOUT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## PL/SQL (Procedural Language/Structured Query Language)

Is Oracle Corporation's procedural extension for SQL and the Oracle relational database.

PL/SQL includes procedural language elements such as conditions and loops.
It allows declaration of constants and variables, procedures and functions, types and variables of those types, and triggers.
It can handle exceptions (runtime errors).
Arrays are supported involving the use of PL/SQL collections.
Implementations from version 8 of Oracle Database onwards have included features associated with object-orientation.
One can create PL/SQL units such as procedures, functions, packages, types, and triggers, which are stored in the database for reuse by applications that use any of the Oracle Database programmatic interfaces.