InterviewSolution
Saved Bookmarks
| 1. |
What is the command which are use to drop database in MongoDB? |
|
Answer» The COMMAND - db.dropDatabse() is USED for DROP DATABASES in MONGODB. |
|