In this lecture you will learn, how to work with databases in MongoDB. Following are the topics covered in this lecture and the command for that.
* How to check all the available databases in MongoDB server: "show dbs"
* How to use an existing database or create a new database: "use DB_NAME"
* How to check currently selected database: "db"
* How to drop an existing database: "db.dropDatabase()"
Continue this lesson in the app
Install CourseHive on Android or iOS to keep learning while you move.