- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 2
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 SELECTstatement | 
This is the Data Manipulation Language.
| Statement | Description | 
|---|---|
| INSERT | The INSERTstatement | 
| UPSERT | The UPSERTstatement | 
| UPDATE | The UPDATEstatement | 
| DELETE | The DELETEstatement | 
This is the Data Definition Language.
| Statement | Description | 
|---|---|
| CREATE DATABASE | The CREATE DATABASEstatement | 
| ALTER DATABASE | The ALTER DATABASEstatement | 
| DROP DATABASE | The DROP DATABASEstatement | 
| Statement | Description | 
|---|---|
| CREATE TABLE | The CREATE TABLEstatement | 
| ALTER TABLE | The ALTER TABLEstatement | 
| DROP TABLE | The DROP TABLEstatement |