Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

7
Lang/PL-SQL/00-LANG.txt Normal file
View file

@ -0,0 +1,7 @@
{{language|PL/SQL}}{{implementation|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 [[SQL PL|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==
* [http://en.wikipedia.org/wiki/PL/SQL Wikipedia:PL/SQL]
* [http://docs.oracle.com/database/122/LNPLS/toc.htm Oracle 12.2 PL/SQL Manual]

2
Lang/PL-SQL/00-META.yaml Normal file
View file

@ -0,0 +1,2 @@
---
from: http://rosettacode.org/wiki/Category:PL/SQL

1
Lang/PL-SQL/100-doors Symbolic link
View file

@ -0,0 +1 @@
../../Task/100-doors/PL-SQL

View file

@ -0,0 +1 @@
../../Task/4-rings-or-4-squares-puzzle/PL-SQL

View file

@ -0,0 +1 @@
../../Task/Ackermann-function/PL-SQL

View file

@ -0,0 +1 @@
../../Task/Apply-a-callback-to-an-array/PL-SQL

View file

@ -0,0 +1 @@
../../Task/Associative-array-Creation/PL-SQL

View file

@ -0,0 +1 @@
../../Task/Call-an-object-method/PL-SQL

1
Lang/PL-SQL/Comments Symbolic link
View file

@ -0,0 +1 @@
../../Task/Comments/PL-SQL

View file

@ -0,0 +1 @@
../../Task/Detect-division-by-zero/PL-SQL

View file

@ -0,0 +1 @@
../../Task/Determine-if-a-string-is-numeric/PL-SQL

1
Lang/PL-SQL/Empty-program Symbolic link
View file

@ -0,0 +1 @@
../../Task/Empty-program/PL-SQL

View file

@ -0,0 +1 @@
../../Task/Ethiopian-multiplication/PL-SQL

1
Lang/PL-SQL/Factorial Symbolic link
View file

@ -0,0 +1 @@
../../Task/Factorial/PL-SQL

View file

@ -0,0 +1 @@
../../Task/Fibonacci-sequence/PL-SQL

1
Lang/PL-SQL/FizzBuzz Symbolic link
View file

@ -0,0 +1 @@
../../Task/FizzBuzz/PL-SQL

View file

@ -0,0 +1 @@
../../Task/Function-definition/PL-SQL

View file

@ -0,0 +1 @@
../../Task/Generate-lower-case-ASCII-alphabet/PL-SQL

View file

@ -0,0 +1 @@
../../Task/Hello-world-Text/PL-SQL

1
Lang/PL-SQL/Hostname Symbolic link
View file

@ -0,0 +1 @@
../../Task/Hostname/PL-SQL

1
Lang/PL-SQL/Jump-anywhere Symbolic link
View file

@ -0,0 +1 @@
../../Task/Jump-anywhere/PL-SQL

1
Lang/PL-SQL/Loops-While Symbolic link
View file

@ -0,0 +1 @@
../../Task/Loops-While/PL-SQL

1
Lang/PL-SQL/Ludic-numbers Symbolic link
View file

@ -0,0 +1 @@
../../Task/Ludic-numbers/PL-SQL

View file

@ -0,0 +1 @@
../../Task/Luhn-test-of-credit-card-numbers/PL-SQL

View file

@ -0,0 +1 @@
../../Task/Parsing-RPN-calculator-algorithm/PL-SQL

View file

@ -0,0 +1 @@
../../Task/Random-number-generator-included-/PL-SQL

1
Lang/PL-SQL/Random-numbers Symbolic link
View file

@ -0,0 +1 @@
../../Task/Random-numbers/PL-SQL

View file

@ -0,0 +1 @@
../../Task/Roman-numerals-Decode/PL-SQL

View file

@ -0,0 +1 @@
../../Task/Roman-numerals-Encode/PL-SQL

1
Lang/PL-SQL/Rot-13 Symbolic link
View file

@ -0,0 +1 @@
../../Task/Rot-13/PL-SQL

View file

@ -0,0 +1 @@
../../Task/Sieve-of-Eratosthenes/PL-SQL

1
Lang/PL-SQL/String-case Symbolic link
View file

@ -0,0 +1 @@
../../Task/String-case/PL-SQL

1
Lang/PL-SQL/String-length Symbolic link
View file

@ -0,0 +1 @@
../../Task/String-length/PL-SQL

View file

@ -0,0 +1 @@
../../Task/Top-rank-per-group/PL-SQL

View file

@ -0,0 +1 @@
../../Task/Trigonometric-functions/PL-SQL