

InterviewSolution
Saved Bookmarks
1. |
Which of the following functionality is used for aggregation framework?(a) $match(b) $project(c) $projectmatch(d) All of the mentioned |
Answer» Right answer is (b) $project Best explanation: For related projection functionality in the aggregation framework pipeline, use the $project pipeline stage. |
|