

InterviewSolution
Saved Bookmarks
1. |
When you query a collection, MongoDB returns a ________ object that contains the results of the query.(a) row(b) cursor(c) colums(d) none of the mentioned |
Answer» The correct option is (b) cursor To explain: The mongo shell then iterates over the cursor to display the results. |
|