Skip to content

Latest commit

 

History

History
58 lines (57 loc) · 3.22 KB

File metadata and controls

58 lines (57 loc) · 3.22 KB
Tables with Single-Row Partitions in Apache Cassandra® ℹ️ For technical support, please contact us via email or LinkedIn.

Learn how to create tables that can only have one row per partition in a Cassandra NoSQL database.
  • Difficulty: Beginner
  • Time: 15 minutes
In this hands-on lab, you will:
  • Create tables using the CQL CREATE TABLE statement
  • Learn about tables with single-row partitions
  • Understand the difference between simple and composite partition keys
  • Practice several useful CQL statements and CQL shell commands that work with tables
Run this hands-on lab using Astra DB or Apache Cassandra®:

Cloud database service built on Apache Cassandra
You will connect to a free cloud database service that runs a Cassandra cluster for you.

Start with Astra DB
Local deployment of open-source Apache Cassandra
You will use a Cassandra cluster deployed locally in Gitpod using Docker.

Start with Cassandra