Question: Given a cursor named myCursor, pointing to the customers collection, how to you get basic info about it?

  1. `myCursor.stats()`
  2. `myCursor.dump()`
  3. `myCursor.info()`
  4. `myCursor.explain()`

Answer: The correct answer of the above question is Option D:`myCursor.explain()`