PL/SQL is the Oracle Procedural Language extension of SQL. A PL/SQL program can have both SQL statements and procedural statements. In the PL/SQL program, the SQL statements are used to access sets of data stored in a database, while the procedural statements are used to process individual piece of data and control the program flow.
Oracle 19c PL/SQL
- Home
- Docs
- Oracle 19c PL/SQL
- 1 Overview of PL/SQL