Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

Think collections as a Table and documents as a Row

.pretty()

Delete specific collection db.<collection_name>.drop() db.books.drop()


Rename collection db.collection.renameCollection() db.rrecord.renameCollection("record")
Delete specific Database db.dropDatabase() use test //select database
db.dropDatabase()//delete current db

You might also like