

InterviewSolution
Saved Bookmarks
1. |
The ________ message is used to update a document in a collection.(a) UPDATE(b) OP_UPDATE(c) OP_UPDATES(d) All of the mentioned |
Answer» Correct option is (b) OP_UPDATE The best explanation: Only the OP_QUERY and OP_GET_MORE messages result in a response from the database. |
|