BUSINESS ADMINISTRATION
BUSINESS ANALYTICS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
In Mongo DB, you can insert multiple documents within a single insert() method.
|
True
|
|
False
|
Explanation:
Detailed explanation-1: -The insert() Method To insert data into MongoDB collection, you need to use MongoDB’s insert() or save() method.
Detailed explanation-2: -insertOne() In MongoDB, insertOne() method inserts a document into the collection. This method inserts only one document at a time.
There is 1 question to complete.