Show all databases
show databases
show dbs
Show current database
db
Switch / create a database
use <db_name>
Delete current database
db.dropDatabase()
Show database statistics
Returns size, collection count, document count, and other metrics
db.stats()
List database methods
Shows all available commands for the current database
db.help()