Kizspy | Question: 12
(Choose 2 answers)
Which statements correctly describe CRUD operations in MongoDB?
A. find is used to retrieve documents from a collection.
B. updateOne is used to delete a single document from a collection.
C. deleteMany is used to delete multiple documents from a collection.
D. insertMany is used to update multiple documents in a collection.