what are the methods to preserve the mongo
Answers
Answered by
1
Answer:
ara mango ka spelling to thick kar
Answered by
0
Answer:
The following are the syntaxes.
Save Method Syntax. The following is the basic syntax for save () command in MongoDB. > db.COLLECTION_NAME.save(document)
Insert Method Syntax. The following is the basic syntax for insert () command in MongoDB. > db.COLLECTION_NAME.insert(document)
Similar questions