Login
Remember
Register
Ask a Question
Drop collection in Mongodb
0
votes
asked
Oct 12, 2019
by
RShastri
How to Drop collection in Mongodb?
#hadoop
#hadoop-live
#pig-hadoop
#hadoop-tutorials
#hadoop-architecture
#hadoop-certification
#spark-hadoop
#hadoop-cluster
#what-is-hadoop
#apache-hadoop
#big-data-hadoop
#what-is-yarn-in-hadoop
#yarn-hadoop
#hadoop-vs-spark
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 12, 2019
by
RShastri
db.collection.drop()
...