Home »
MCQs »
CouchDB MCQs
Which is the correct meta field to store the document ID in CouchDB?
30. Which is the correct meta field to store the document ID in CouchDB?
- _doc_id
- _docid
- _id
- _did
Answer: C) _id
Explanation:
The _id is used to store the document ID in CouchDB.