Introduction to CQL commands

Shows the CQL command syntax and rules, and provides instruction on using CQL shell (cqlsh).

CQL is the primary language for managing database resources, such as keyspaces, tables, functions, aggregates, user defined types, roles, access permissions, insert, update, and query tables commands.

For production, DataStax supplies a number of drivers so that CQL statements and search commands can be passed from client to cluster and back.
Warning: Schema changes, which involve CREATE, DROP, and ALTER statements, are not safe for concurrent use. Performing more than one change in flight has a high probability of causing irreconcilable conflicts, with nodes in the cluster using different schema “versions” indefinitely.