MongoDB
C100DBA · Question #5
Which option should be used to update all the documents with the specified condition in the MongoDB query?
Sign in or unlock C100DBA to reveal the answer and full explanation for question #5. The question stem and answer options stay visible for context.
MongoDB Fundamentals
Question
Which option should be used to update all the documents with the specified condition in the MongoDB query?
Options
- Aspecify {all: true} as the third parameter of update command
- BupdateAII instead of update
- Cspecify {updateAII: true} as the third parameter of update command
- Dspecify {multi : true} as the third parameter of update command
Unlock C100DBA to see the answer
You've previewed enough free C100DBA questions. Unlock C100DBA for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#multi update#update operations#write operations#bulk update