What are the different CQL data manipulation commands in Cassandra?
Answer Posted / Hariom Mishra
Cassandra Query Language (CQL) offers various data manipulation commands such as: CREATE KEYSPACE for creating a keyspace, USE <keyspace> for setting the current keyspace, CREATE TABLE for creating a table, INSERT INTO for inserting data into a table, SELECT from for querying data, UPDATE for updating existing data, DELETE from for deleting data, and TRUNCATE for removing all data from a table
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category