_________ is used to view statistics about the query plan for a given query.
(a) db.explain()
(b) cursor.explain()
(c) cursor.explainstats()
(d) all of the mentioned
I had been asked this question during an interview.
This question is from Analyze Query Performance topic in chapter MongoDB CRUD Concepts and Operation of MongoDB