Your experience on this site will be improved by allowing cookies
MongoDB's db.collection.drop() is used to drop a collection from the database.
Basic syntax of drop()...
In this chapter, we will see how to drop a collection using MongoDB.
MongoDB's db.collection.drop() is used to drop a collection from the...
MongoDB db.createCollection(name, options) is used to create collection.
Basic syntax of createCol...
MongoDB db.dropDatabase() command is used to drop a existing database.
Basic syntax of dropDatabase()<...