MongoDB Practice Test
MongoDB MongoDB CRUD Operations
Which method is used to insert a single document into a MongoDB collection?
Select your answer
A
insertOne()
B
insertMany()
C
save()
D
addDocument()
Hint