Introduction to Cassandra Query Language (CQL) – Part 5
In this part, I will explain the two remaining CQL commands: UPDATE and DELETE.
DELETE command
As the name suggests, this command is used to delete data from a table. The structure of the command is very similar to SELECT command. You can specify a c...
mahdix.com3 min read