1.

_________ returns the queryPlanner information for the evaluated method.

A. db.explain()
B. db.collection.explain()
C. collection.explain()
D. explain()
Answer» C. collection.explain()


Discussion

No Comment Found