Discussion :: MongoDB MCQs
- Which of the following method returns one document ?
Answer : Option A
Explanation :
MongoDB provides a db.collection.findOne() method as a special case of find() that returns a single document.
Be The First To Comment
Answer : Option A
Explanation :
MongoDB provides a db.collection.findOne() method as a special case of find() that returns a single document.
Be The First To Comment