drop

  • MongoDB

Removing Documents: MongoDB

Lets learn how to remove documents from the collection using remove() and drop() methods. test database, names collection > db.names.find().pretty()…

10 years ago