SQL PL
This programming language may be used to instruct a computer to perform a task.
Listed below are all of the tasks on Rosetta Code which have been solved using SQL PL.
This programming language may be used to instruct a computer to perform a task.
Official website |
---|
Execution method: | Interpreted |
---|---|
Parameter passing methods: | By reference, By value |
Type safety: | Safe |
Type strength: | Strong |
Type compatibility: | Nominative |
See Also: |
|
Your Help Needed
If you know SQL PL, please write code for some of the tasks not implemented in SQL PL.
If you know SQL PL, please write code for some of the tasks not implemented in SQL PL.
SQL PL is an implementation of SQL.
Other implementations of SQL.
SQL PL is the procedural language written by IBM for its set of databases called Db2. There are different types of Db2, each for a different platform (The names had changed[1][2][3]):
- Db2 LUW - For Linux, UNIX and Windows.
- Db2 for i - For the mainframes previously called AS/400.
- Db2 for z - For z/OS mainframes.
The differences between these three implementations are described here: https://www.ibm.com/developerworks/data/library/techarticle/db2common/
Previosly, Db2 was called DB2 UDB for Universal Database.
See also[edit]
- SQL PL in Wikipedia.
- Knowledge center - IBM Db2 LUW V11.1
- Knowledge center - IBM Db2 LUW V10.5
- SQL PL Guide
- List of Internet free resources about Db2
References[edit]
- ↑ Db2: A Small but Significant Change [1]
- ↑ IBM’s June Announcements About DB2 [2]
- ↑ Revised naming for IBM Db2 family products [3]
Subcategories
This category has the following 3 subcategories, out of 3 total.
Pages in category "SQL PL"
The following 39 pages are in this category, out of 39 total.
L
Categories:
- WikiStubs
- Execution method/Interpreted
- Parameter passing/By reference
- Parameter passing/By value
- Typing/Safe
- Typing/Strong
- Typing/Compatibility/Nominative
- Programming Languages
- Programming paradigm/Procedural
- Programming paradigm/Generic
- Programming paradigm/Event-driven
- Programming paradigm/Concurrent
- Implementations
- SQL Implementations
- SQL related