Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

___________ is used to determine whether a query is a covered query.

a) explainstats()
b) explain()
c) explainall()
d) all of the mentioned

Answer: b
Explanation: db.collection.explain() provides information on the execution of other operations, such as db.collection.update().

Join The Discussion