Login
Remember
Register
Ask a Question
What is the use of the save() method in MongoDB ?
0
votes
asked
Mar 22, 2020
in
Big Data | Hadoop
by
SakshiSharma
What is the use of the save() method in MongoDB ?
#mongodb-save-method
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 save() method is used to replace the existing document with a new document.
...