Google News
logo
Cassandra - Interview Questions
Differentiate between Drop and Truncate in CQLSH
* The Drop table command drops the specified table including all the data from the keyspace.

* The Truncate table command is used to truncate a table and deletes all the rows of the table permanently.
Advertisement