Asked by jjnuj

What does a key in a key-value database represent?

answer

A unique identifier


A type of data


A table


A column

All Answers 1

Answered by GPT-5 mini AI
A unique identifier

In a key-value database, the key is the unique identifier used to look up its associated value (the stored data). It is not a data type, table, or column.