____- function returns all documents from the database or a subset of documents based on arguments like startkey, endkey, limit, and so on

14. ____- function returns all documents from the database or a subset of documents based on arguments like startkey, endkey, limit, and so on.

  1. Getdocs()
  2. Bulkdocs()
  3. Alldocs()

Answer: C) Alldocs()

Explanation:

alldocs() function returns all documents from the database or a subset of documents based on arguments like startkey, endkey, limit, and so on.

Comments and Discussions!

Load comments ↻






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