Home »
MCQs »
MongoDB MCQs
MongoDB provides the insert () command to insert documents into a collection
33. MongoDB provides the insert () command to insert documents into a collection.
- True
- False
Answer: A) True
Explanation:
Inserting documents into a collection is made possible by the insert () command in MongoDB. To accomplish this, we must first write the "insert" command, and then within the "insert" command, we must include the required Field Name and Field Value for the document that needs to be created.