Login
Remember
Register
Ask a Question
What are the collection data types provided by CQL?
0
votes
asked
Jan 1, 2023
in
Cassandra
by
john ganales
What are the collection data types provided by CQL?
cql
nosql
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 1, 2023
by
john ganales
List : A list is a collection of one or more ordered elements.
Map : A map is a collection of key-value pairs.
Set : A set is a collection of one or more elements.
...