Managing tables
In CQL, data is stored in tables containing rows of columns.
- [ ] Creating a table: How to create CQL tables.
- [ ] Creating a counter table: A counter is a special column for storing a number that is changed in increments.
- [ ] Table schema collision fix: How to fix schema collision problems.
- [ ] Altering a table: Add or delete columns and change table properties.
- [ ] Dropping a keyspace or table: Steps for dropping a keyspace or table using the DROP command.
- [ ] Indexing tables: How to query data from tables using indexes.