Login
Remember
Register
Ask a Question
Which method is used to update documents into a collection in MongoDB ?
0
votes
asked
Mar 22, 2020
in
Big Data | Hadoop
by
SakshiSharma
Which method is used to update documents into a collection in MongoDB ?
#mongodb-document-update
Bigdata-questions-answers
Hadoop-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 22, 2020
by
rajeshsharma
The update() and save() methods are used to update documents into a collection.
...