Drop Cassandra Table

Author: Al-mamun Sarkar Date: 2020-09-20 05:04:13

DROP command is used to delete a table form keyspace of the Cassandra Database. 

 

Drop a table of Cassandra:

Syntax:

DROP TABLE tablename

Example:

DROP TABLE users;