Home »
MCQs »
CouchDB MCQs
Which view is used to find documents using a declarative JSON querying syntax?
32. Which view is used to find documents using a declarative JSON querying syntax?
- _find
- _find_all
- _find_docs
- _find_all_docs
Answer: A) _find
Explanation:
The _find is an inbuilt view that is used to find documents using a declarative JSON querying syntax.