Skip to content

Commit 822e23c

Browse files
Update SQL category
Signed-off-by: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bfeeb6b commit 822e23c

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
= SQL
2+
3+
SQL is the set-based, high-level declarative (4GL) computer language with which
4+
all programs and users access data in a relational database.
5+
6+
SQL unifies tasks such as the following in one consistent language:
7+
8+
* Creating, replacing, altering, and dropping objects
9+
* Inserting, updating, and deleting table rows
10+
* Querying and analyzing data
11+
* Controlling access to the database and its objects
12+
* Guaranteeing database consistency and integrity
13+
14+
SQL became a standard of the American National Standards Institute (ANSI) in 1986
15+
and of the International Organization for Standardization (ISO) in 1987.
16+
17+
Oracle SQL includes many extensions to the ANSI/ISO standard SQL language,
18+
and Oracle Database tools and applications provide additional statements.

features/plsql-function-in-sql.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= PL/SQL Function in SQL
22
:database-version: 12.1.0.1
3-
:database-category: plsql
3+
:database-category: sql plsql
44

55
This feature enables users to write anonymous PL/SQL functions for the lifetime of a SQL query.
66

0 commit comments

Comments
 (0)