Create Database Shell Command
Syntax: use databaseName
Example: use newproject
Description: "use database" syntax to create the database in MongoDB. if database exists switch to that database.
Show Databases Shell Command
show dbs
Delete Database Shell Command
db.dropDatabase()