MCQOPTIONS
Saved Bookmarks
| 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() | |