

InterviewSolution
Saved Bookmarks
1. |
Which of the following operation is used to switch to new database mydb?(a) use dbs(b) use db(c) use mydb(d) use mydbsI had been asked this question at a job interview.My doubt is from Getting Started with MongoDB topic in division MongoDB CRUD Concepts and Operation of MongoDB |
Answer» Right OPTION is (c) use mydb |
|