Drop Cassandra Table

Drop Cassandra Table

Instructor-svg Al-Mamun Sarkar
Sep 20 , 2020

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;

 

  • Share On:
  • fb
  • twitter
  • pinterest
  • instagram