Direction: Choose the correct option
Q1.
Which method deletes a single document that matches a filter?
Direction: Choose the correct option
Q2.
What does `db.inventory.deleteMany({status: 'obsolete'})` do?
Direction: Choose the correct option
Q3.
What is returned by a delete operation?
Direction: Choose the correct option
Q4.
What happens if the filter in `deleteOne()` matches multiple documents?
Direction: Choose the correct option
Q5.
How do you delete all documents from a collection?
