

InterviewSolution
Saved Bookmarks
1. |
The update() method uses the _______ command, which uses the default write concern.(a) find(b) read(c) update(d) modify |
Answer» Right option is (c) update Easy explanation: The update() method returns an object that contains the status of the operation. |
|