Google News
logo
Cassandra - Interview Questions
What are the collection data types provided by CQL?
There are three collection data types :
 
* 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.
Advertisement