CQL Statements Overview
Last updated
Was this helpful?
Last updated
Was this helpful?
The Cinchy Query Language (CQL) statements are grouped into two (2) categories:
Data Manipulation Language () - DML is used to add, retrieve, update and manipulate data. For example, insert, update, delete.
Data Definition Language () - DDL is used to create a database schema and define constraints. For example, create a table and alter a table.
List of available DML statements:
List of available DDL statements: