Computer Science, asked by oratilwebokang1, 2 months ago

The values you store in the database are

Answers

Answered by poojacherian427
0

Answer:

Key Values are stored in database.

Explanation:

Key-value (KV) stores, or key-value databases, are the simplest NoSQL databases. Keyvalues stores use an associate array data model, known as a hash or dictionary. In this model, every single record in the database is stored as an attribute name or key, together with its value in a schema-less way. This relationship is known as key-value pair. In each key-value pair, the key is represented by a string and the value is the data for the key. In particular, the key-value stores do not require a query language, but provide a way to store, retrieve, and update data.

Similar questions