Home »
MCQs »
CouchDB MCQs
Which view is used to get the list of all documents from a CouchDB database using cURL utility?
23. Which view is used to get the list of all documents from a CouchDB database using cURL utility?
- _docs
- _all_documents
- _views_all_docs
- _all_docs
Answer: D) _all_docs
Explanation:
The _all_docs is an inbuilt view that is used to get the list of all documents from a CouchDB database using cURL utility.