

InterviewSolution
Saved Bookmarks
1. |
Point out the wrong statement.(a) Literals can be of any type(b) CURRENT cannot be rebound(c) MongoDB parses string literals that start with a dollar sign $(d) None of the mentionedThe question was asked in semester exam.My question is based upon Aggregation Mechanics topic in section Aggregation Concepts and Aggregation Mechanics of MongoDB |
Answer» RIGHT answer is (b) CURRENT cannot be rebound The best explanation: Along with the CURRENT system VARIABLE, other system VARIABLES are also AVAILABLE for use in expressions. |
|