

InterviewSolution
Saved Bookmarks
1. |
$multiply __________ numbers to return the result.(a) multiplies(b) divides(c) comapres(d) all of the mentionedI got this question in exam.My query is from Pipeline Limits topic in division Aggregation Concepts and Aggregation Mechanics of MongoDB |
Answer» RIGHT choice is (a) multiplies The BEST I can explain: $MULTIPLY accepts any number of ARGUMENT expressions. |
|