Which option should be used to update all the documents with the specified condition in the MongoDB query?
specify {all: true} as the third parameter of update command
updateAII instead of update
specify {updateAII: true} as the third parameter of update command
specify {multi : true} as the third parameter of update command
Submit