Login
Remember
Register
Ask a Question
Which command is used to drop a database in MongoDB ?
0
votes
asked
Mar 22, 2020
in
Big Data | Hadoop
by
SakshiSharma
Which command is used to drop a database in MongoDB ?
#mongodb-drop-database
Bigdata-questions-answers
Hadoop-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 23, 2020
by
rajeshsharma
The db.dropDatabse() command is used to drop a database.
...