This chapter provides a quick summary of the Cassandra Query Language (CQL).
Understanding how to perform various types of DML (data manipulation language
) operations such as selecting, inserting, and updating data is critical, and you’ll learn the intricacies of Cassandra’s DML operations. Understanding DDL operations such as creating and removing objects is important, and this chapter explains how to perform various types of DDL operations.
The chapter shows you how to create structures
such as keyspaces and tables. You’ll learn how to create ...