0 votes
in Big Data | Hadoop by
Which syntax is used to drop a Collection in MongoDB in MongoDB ?

1 Answer

0 votes
by

We can use the following syntax to drop a collection in MongoDB:

db.collection.drop()

...