Google News
logo
MongoDB - Quiz(MCQ)
______ method is useful tool for identifying the database instance’s in-progress operations.
A)
db.Op
B)
db.currentOp
C)
db.current
D)
None of the above

Correct Answer :   db.currentOp


Explanation : MongoDB includes a number of commands that report on the state of the database.

Advertisement