

InterviewSolution
Saved Bookmarks
1. |
Which of the following parameter specifies the verbosity mode for the explain output?(a) verbosity(b) verbose(c) queryPlanner(d) none of the mentioned |
Answer» Correct answer is (b) verbose To explain I would say: The mode affects the behavior of explain() and determines the amount of information to return. |
|