Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
What is therelationship between the $match and $group stages in MongoDB aggregation?
What is the
relationship between the $match and $group stages in MongoDB aggregation?
The $matchstage is used to perform mathematical calculations on the grouped data from the$group stage.
The $match
stage is used to perform mathematical calculations on the grouped data from the
$group stage.
The $matchstage is used to filter documents before they are passed to the $group stagefor grouping.
stage is used to filter documents before they are passed to the $group stage
for grouping.
The $matchstage is used to sort the documents before they are grouped by the $groupstage.
stage is used to sort the documents before they are grouped by the $group
stage.
The $matchstage is used to join multiple collections together before grouping them withthe $group stage.
stage is used to join multiple collections together before grouping them with
the $group stage.
The $matchstage is used to specify the grouping criteria within the $group stage.
stage is used to specify the grouping criteria within the $group stage.
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!