Login
Remember
Register
Ask a Question
What do you understand by CQL?
0
votes
asked
Jan 2, 2023
in
Cassandra
by
sharadyadav1986
What do you understand by CQL?
cql
cassandra
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 2, 2023
by
sharadyadav1986
User can access Cassandra through its nodes using Cassandra Query Language (CQL). CQL treats the database (Keyspace) as a container of tables. Programmers use cqlsh: a prompt to work with CQL or separate application language drivers.
...