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()

Related questions

0 votes
asked Mar 22, 2020 in Big Data | Hadoop by SakshiSharma
0 votes
asked Mar 22, 2020 in Big Data | Hadoop by SakshiSharma
...