Discussion
Ask a question about 'SQL PL'
Start a new discussion about 'SQL PL'
Answer questions from other users
|
SQL PL stands for
Structured Query LanguageSQL is a programming language designed for managing data in relational database management systems ....
Procedural Language and was developed by IBM as a set of commands that extend the use of SQL in the
IBM DB2The IBM DB2 Enterprise Server Edition is a relational model database server developed by IBM. It primarily runs on Unix , Linux, IBM i , z/OS and Windows servers. DB2 also powers the different IBM InfoSphere Warehouse editions...
(DB2 UDB Version 7) database system. It provides
procedural programmabilityProcedural programming can sometimes be used as a synonym for imperative programming , but can also refer to a programming paradigm, derived from structured programming, based upon the concept of the procedure call...
in addition to the querying commands of SQL. It is a subset of the SQL Persistent Stored Modules (
SQL/PSMSQL/PSM stands for Structured Query Language/Persistent Stored Modules, and was developed by the American National Standards Institute as an extension to SQL. It was first adopted in 1996, and it provides procedural programmability in addition to the querying commands of SQL.The SQL/PSM extension...
) language standard.
External links