

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 mentionedThis question was posed to me in exam.The query is from Analyze Query Performance topic in portion MongoDB CRUD Concepts and Operation of MongoDB |
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. |
|