Question 8/17
beginner
Select one answer

How do you insert a single document in MongoDB?

db.collection.add()
db.collection.insertOne()
db.collection.create()
db.collection.save()

Premium Question

Upgrade to unlock this question and 300+ more interview prep MCQs.