Home »
MCQs »
CouchDB MCQs
In CouchDB, to restrict the number of documents to be returned, which query parameter is used?
29. In CouchDB, to restrict the number of documents to be returned, which query parameter is used?
- restrict
- fixed
- check
- limit
Answer: D) limit
Explanation:
The limit is the query parameter that can be used to restrict the number of documents to be returned.