

InterviewSolution
Saved Bookmarks
1. |
db.collection.aggregate() returns a _______ and can return result sets of any size.(a) replica(b) cursor(c) document(d) $subtractI had been asked this question by my school principal while I was bunking the class.The question is from Pipeline and Sharded Collections topic in section Aggregation Concepts and Aggregation Mechanics of MongoDB |
Answer» Correct ANSWER is (B) CURSOR |
|