Home »
MCQs »
CouchDB MCQs
While getting the list of all documents using the GET command, what is the basis of ordering the result in CouchDB?
28. While getting the list of all documents using the GET command, what is the basis of ordering the result in CouchDB?
- Document Data
- DocumentID
- DataBaseID
- _docs_IDs
Answer: B) DocumentID
Explanation:
Based on DocumentID (document id) the result is displayed.