PL/SQL
'''PL/SQL''' (Procedural Language/Structured Query Language) is Oracle Corporation's proprietary server-based procedural extension to the SQL database language. (Some other SQL database management systems offer languages similar to PL/SQL.) Its syntax strongly resembles that of Ada.
IBM Db2 LUW (for Linux, UNIX and Windows) from version 9.7 supports natively Oracle's PL/SQL. That means, you can create stored procedures in Db2 with PL/SQL language.
Citations
Tasks
- 100 doors
- Ackermann function
- Apply a callback to an array
- Associative array/Creation
- Call an object method
- Comments
- Detect division by zero
- Determine if a string is numeric
- Empty program
- Ethiopian multiplication
- Fibonacci sequence
- FizzBuzz
- Function definition
- Hello world!
- Hello world/Text
- Hostname
- Jump anywhere
- Loops/While
- Ludic numbers
- Luhn test of credit card numbers
- Random number generator (included)
- Random numbers
- Roman numerals/Decode
- Roman numerals/Encode
- Rot-13
- String case
- String length
- Top rank per group
- Trigonometric functions