Direction: Choose the correct option
Q1.
In MongoDB, which method inserts a single document?
Direction: Choose the correct option
Q2.
How do you find all documents in a collection using the MongoDB driver?
Direction: Choose the correct option
Q3.
Which method updates a single document in MongoDB?
Direction: Choose the correct option
Q4.
How do you delete a document by ID in Mongoose?
Direction: Choose the correct option
Q5.
What does `Model.find({ age: { $gt: 18 } })` do?
