Google News
logo
MongoDB - Quiz(MCQ)
________ 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 above

Correct Answer :   cursor.explain()


Explanation : This information can help as you develop indexing strategies.

Advertisement