CV0-004 · Question #37
Which of the following is the best type of database for storing different types of unstructured data that may change frequently?
The correct answer is C. Non-relational. A non-relational (NoSQL) database is the best choice for storing unstructured and frequently changing data. Unlike relational databases, which require fixed schemas and structured data, NoSQL databases offer flexibility and scalability, making them ideal for handling varied…
Question
Which of the following is the best type of database for storing different types of unstructured data that may change frequently?
Options
- AVector
- BRelational
- CNon-relational
- DGraph
How the community answered
(65 responses)- A5% (3)
- B2% (1)
- C92% (60)
- D2% (1)
Explanation
A non-relational (NoSQL) database is the best choice for storing unstructured and frequently changing data. Unlike relational databases, which require fixed schemas and structured data, NoSQL databases offer flexibility and scalability, making them ideal for handling varied data formats such as JSON, XML, videos, and logs.
Topics
Community Discussion
No community discussion yet for this question.