

InterviewSolution
Saved Bookmarks
1. |
Point out the wrong statement.(a) Variables can hold any BSON type data(b) Aggregation expressions can use both user-defined and system variables(c) To access the value of the variable, use a string with the variable name prefixed with double dollar signs ($$)(d) None of the mentionedThis question was posed to me in my homework.I would like to ask this question from SQL to Aggregation Mapping Chart topic in portion Aggregation Concepts and Aggregation Mechanics of MongoDB |
Answer» The CORRECT option is (d) None of the mentioned |
|