

InterviewSolution
Saved Bookmarks
1. |
________ calculates aggregate values for the data in a collection.(a) db.collection.aggregate(b) db.collection.agg(c) db.collection.pipeline(d) all of the mentionedThe question was asked in homework.My doubt stems from Aggregation Pipeline in portion Aggregation Concepts and Aggregation Mechanics of MongoDB |
Answer» The correct choice is (a) db.collection.aggregate |
|