-
-
Notifications
You must be signed in to change notification settings - Fork 1
LANG
Oxford Harrison edited this page Nov 15, 2024
·
6 revisions
This is the Linked QL language documentation.
This is the Data Query Language.
Statement | Description |
---|---|
SELECT |
The SELECT statement |
This is the Data Manipulation Language.
Statement | Description |
---|---|
INSERT |
The INSERT statement |
UPSERT |
The UPSERT statement |
UPDATE |
The UPDATE statement |
DELETE |
The DELETE statement |
This is the Data Definition Language.
Statement | Description |
---|---|
CREATE DATABASE |
The CREATE DATABASE statement |
ALTER DATABASE |
The ALTER DATABASE statement |
DROP DATABASE |
The DROP DATABASE statement |
Statement | Description |
---|---|
CREATE TABLE |
The CREATE TABLE statement |
ALTER TABLE |
The ALTER TABLE statement |
DROP TABLE |
The DROP TABLE statement |