sam
0
Q:

mango to delete a collection

# To remove all documents in a collection, call the remove method with an empty query
# document {}. The following operation deletes all documents from the bios collection:

db.bios.remove( { } )
3
db.bios.remove( { } )
5
db.CollectionName.drop()
0

New to Communities?

Join the community