Home »
MCQs »
PouchDB MCQs
____- 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.
- Getdocs()
- Bulkdocs()
- 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.