

InterviewSolution
Saved Bookmarks
1. |
Which of the following also returns a list of databases?(a) show databases(b) show database(c) display dbs(d) all of the mentionedI got this question during an online interview.I want to ask this question from Getting Started with MongoDB topic in portion MongoDB CRUD Concepts and Operation of MongoDB |
Answer» CORRECT answer is (a) SHOW DATABASES The BEST I can EXPLAIN: show databases is new in version 2.4. |
|