Home »
MCQs »
CouchDB MCQs
In CouchDB, which data structure is used to store the result of a view?
14. In CouchDB, which data structure is used to store the result of a view?
- Array
- Structure
- Graph
- B-Tree
Answer: D) B-Tree
Explanation:
The "B-Tree" data structure is used while storing the result of a view in CouchDB.