Chapter 7: Procedural SQL (PSQL) Statements
![[Important]](file:/C:/Program%20Files/Oxygen%20XML%20Editor%2016/frameworks/docbook/css/img/important.png) |
REVIEW STATUS |
All sections from this point forward to the end of the chapter are awaiting
technical and editorial review.
|
Procedural SQL (PSQL) is a procedural extension of SQL. This language subset is used for writing
stored procedures, triggers, and PSQL blocks.
PSQL provides all the basic constructs of traditional structured programming languages, and also
includes DML statements (SELECT, INSERT, UPDATE, DELETE, etc.), with slight modifications to syntax in
some cases.