Home »
MCQs »
CouchDB MCQs
Which view is used for a JSON structure of all of the design documents in a given database?
31. Which view is used for a JSON structure of all of the design documents in a given database?
- _all_docs
- _design_docs
- _all_design_docs
- _design_all_docs
Answer: B) _design_docs
Explanation:
The _design_docs is an inbuilt view that is used to get a JSON structure of all of the design documents in a given database.