Developer glossary

Composite key

A key consisting of multiple values.

Primary key

Primary key identifies a row for tables that have PRIMARY KEY specified in the schema. It is a Composite key.

Row key

Whatever identifies a row, whether a Row ID or Primary key.

Row ID

Row ID identifies a row for tables that do not have PRIMARY KEY specified in the schema. It is a numeric sequential identifier automatically assigned for rows as needed.