Answer Posted / Hridesh Kumar
In Apache Cassandra, data is deleted using the `DELETE` statement. However, it's important to note that Cassandra doesn't support traditional row-level deletes. Instead, it performs a soft delete by marking the data as tombstones.nnFor example:nnDELETE FROM your_keyspace.your_table WHERE column1 = 'value';
| 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