What is the command which are use to drop database in mongodb?
Answer Posted / Pulkit Sharma
The command to drop a database in MongoDB is 'db.databaseName.drop()'. Replace 'databaseName' with the name of the database you want to drop.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers