> db.COLLECTION_NAME.drop()
false
> show collections
mycol
mycollection
tutorialspoint
> db.mycol.drop()
true
> show collections
mycollection
tutorialspoint
> show collections
mycollection
tutorialspoint
> db.mycollection.drop()
true
> db.tutorialspoint.drop()
true
> show collections
>
No comments:
Post a Comment