

InterviewSolution
Saved Bookmarks
1. |
___________ command display the list of databases.(a) show db(b) show dbs(c) show data(d) display dbsThis question was posed to me in an internship interview.This key question is from Getting Started with MongoDB topic in portion MongoDB CRUD Concepts and Operation of MongoDB |
Answer» CORRECT choice is (b) SHOW dbs The explanation is: Show dbs PRINT a list of all DATABASES on the server. |
|