What is the syntax of update document?
Answer Posted / Jitendra Kumar Mishra
The syntax for update document is: `db.collection.update({ query }, { update }, { upsert, multi })`
Post New Answer View All Answers
what is the command syntax for inserting a document?
6
How to define array in mongoose schema?
2
How did mongodb get its name?