CQL
Search…
CQL
The Basics of CQL
CQL Statements Overview
Cinchy DML Statements
Cinchy DDL Statements
Cinchy Supported Functions
Performance Testing
Cinchy Platform Documentation
Powered By
GitBook
CQL Statements Overview
The Cinchy Query Language (CQL) statements are grouped into two (2) categories:
Data Manipulation Language (
DML
)
- DML is used to add, retrieve, update and manipulate data. For example, insert, update, delete.
Data Definition Language (
DDL
)
- DDL is used to create a database schema and define constraints. For example, create a table and alter a table.
Data Manipulation Language (DML)
List of available
DML
statements:
SELECT
INSERT
UPDATE
DELETE
IF
Declare Variables
Set Variables
Data Definition Languages (DDL)
List of available
DDL
statements:
Create Table
Alter Table
Drop Table
Create View
Alter View
Drop View
Create Index
Drop Index
Previous
CQL Examples
Next
Cinchy DML Statements
Last modified
20d ago
Copy link
Contents
Data Manipulation Language (DML)
Data Definition Languages (DDL)