Last updated
Was this helpful?
Last updated
Was this helpful?
The Cinchy Query Language (CQL) statements group into two (2) categories:
Data Manipulation Language () - Use DML to add, retrieve, update and manipulate data. For example, insert, update, delete.
Data Definition Language () - Use DDL 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: