C-Sharp | Java | Python | Swift | GO | WPF | Ruby | Scala | F# | JavaScript | SQL | PHP | Angular | HTML
Cassandra CQLshCassandra CQLsh stands for Cassandra CQL shell. CQLsh specifies how to use Cassandra commands. After installation, Cassandra provides a prompt Cassandra query language shell (cqlsh). It facilitates users to communicate with it. Cassandra commands are executed on CQLsh. It looks like this: Start CQLsh: CQLsh provides a lot of options which you can see in the following table:
Next TopicCassandra Create Keyspace
|