Related Question 2
Which type of database is most suitable for handling unstructured or semi-structured data like JSON documents?
-
A.
Relational (SQL)
-
B.
NoSQL document store
-
C.
Flat file
-
D.
Spreadsheet
Correct Answer: B
Explanation:
NoSQL document databases (e.g., MongoDB) are designed to store and query unstructured data, such as JSON documents.