-
-
Notifications
You must be signed in to change notification settings - Fork 2
LANG
Oxford Harrison edited this page Nov 12, 2024
·
6 revisions
This is a progressive documentation of the Linked QL SQL support.
The Data Query Language.
Statement | Description |
---|---|
SELECT |
The SELECT statement |
The Data Manipulation Language.
Statement | Description |
---|---|
INSERT |
The INSERT statement |
UPSERT |
The UPSERT statement |
UPDATE |
The UPDATE statement |
DELETE |
The DELETE statement |
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 |