

InterviewSolution
Saved Bookmarks
1. |
The $rename operator logically performs a _______ of both the old name and the new name.(a) $unset(b) $set(c) $Nested(d) None of the mentioned |
Answer» Correct option is (a) $unset Best explanation: If the field to rename does not exist in a document, $rename does nothing. |
|