Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain how cassandra delete data?



Explain how cassandra delete data?..

Answer / 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

More Apache Cassandra Interview Questions

What is column store db? Explain with an example.

1 Answers  


Define NoSQL Database?

1 Answers  


Explain the concept of compaction in Cassandra?

1 Answers  


What is the Cassandra Coefficient ?

1 Answers  


Define Nodetool Utility?

1 Answers  


How is a keyspace created in cassandra? & What are the parameters used?

1 Answers  


What is Thrift?

1 Answers  


What is a Seed Node in Cassandra ?

1 Answers  


What are the key points of data model of Cassandra?

1 Answers  


Explain the concept of bloom filter?

1 Answers  


What is mandatory while creating a table in cassandra?

1 Answers  


What is anti-entropy?

1 Answers  


Categories