How can I find out which version of Cassandra a specific DSE is running? by TarikOpen cqlsh and type show VERSION.This gives all the versions of cqlsh, DSE, Cassandra etc.admin@cqlsh> SELECT cql_version FROM system.local; cql_version ------------- 3.4.0 Also, nodetool version shows the Cassandra versionRelated Contents:How to obtain number of rows in Cassandra tableWhat are the differences between a node, a cluster and a datacenter in a cassandra nosql database?Results pagination in Cassandra (CQL)Write timeout thrown by cassandra datastax driver