Exam4Training

Which of the following does a NoSQL database use to organize data?

Which of the following does a NoSQL database use to organize data?
A . Primary keys
B . Schemas
C . Keys/values
D . Tables

Answer: C

Explanation:

: A NoSQL database is a type of database that does not use tables, rows, and columns to organize data. Instead, it uses keys and values to store data in a flexible and scalable way. A key is a unique identifier for a piece of data, and a value is the data itself.

For example:

{ “name”: “Alice”, “age”: 25, “city”: “New York” }

In this example, name, age, and city are keys, and Alice, 25, and New York are values.

Reference: CompTIA IT Fundamentals+ Study Guide: Exam FC0-U61, Second Edition, Chapter 5:

Database Fundamentals, page 196.

Exit mobile version