

InterviewSolution
Saved Bookmarks
1. |
___________ returns a general overview of the status of the database, detailing disk usage, memory use, connection, journaling, and index access.(a) dbStats(b) db.serverStatus()(c) db.stats()(d) none of the mentioned |
Answer» The correct answer is (b) db.serverStatus() For explanation I would say: This command is rarely run directly. |
|