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?

  1. _docs
  2. _all_documents
  3. _views_all_docs
  4. _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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.