DROP command is used to delete a table form keyspace of the Cassandra Database.
Syntax:
DROP TABLE tablename
Example:
DROP TABLE users;