Thursday 13 February 2020

Cassandra: Get All the tables in a keyspace

'DESCRIBE TABLES' command is used to get all the tables in a keyspace.

cqlsh> USE cassandratutorial;
cqlsh:cassandratutorial> 
cqlsh:cassandratutorial> DESCRIBE TABLES;

employee

cqlsh:cassandratutorial> 
cqlsh:cassandratutorial> DESC TABLES;

employee

cqlsh:cassandratutorial>


Previous                                                    Next                                                    Home

No comments:

Post a Comment