Discussion :: MongoDB MCQs
- Which of the following method is called while accessing documents using the array index notation ?
Answer : Option B
Explanation :
The toArray() method returns an array that contains all the documents from a cursor.
Be The First To Comment