

InterviewSolution
Saved Bookmarks
1. |
___________ returns either the non-null result of the first expression.(a) $Null(b) $ifNull(c) $ElseNull(d) None of the mentionedI had been asked this question during an interview.Question is taken from Pipeline Operators topic in chapter Aggregation Concepts and Aggregation Mechanics of MongoDB |
Answer» The CORRECT choice is (B) $ifNull |
|