Question 20 of 156 from exam DP-900: Microsoft Azure Data Fundamentals

Question 20 of 156 from exam DP-900: Microsoft Azure Data Fundamentals

Question

HOTSPOT -

To complete the sentence, select the appropriate option in the answer area.

Hot Area:

Explanations

Box 1: simple lookups -

A key/value store associates each data value with a unique key. Most key/value stores only support simple query, insert, and delete operations. To modify a value (either partially or completely), an application must overwrite the existing data for the entire value. In most implementations, reading or writing a single value is an atomic operation.

An application can store arbitrary data as a set of values. Any schema information must be provided by the application. The key/value store simply retrieves or stores the value by key.

https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/data-store-overview