Jump to content

SQL PL

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Yutsi (talk | contribs) at 16:24, 2 March 2012 (better stub sorting). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

SQL PL stands for Structured Query Language Procedural Language and was developed by IBM as a set of commands that extend the use of SQL in the IBM DB2 (DB2 UDB Version 7) database system.[1] It provides procedural programmability in addition to the querying commands of SQL. It is a subset of the SQL Persistent Stored Modules (SQL/PSM) language standard.

References