Header Ads

Header ADS

Updating data from the Mongo Database

 Updating data from the Mongo Database

Code....


// show dbs

// use shohaibkart

// show collections

db.items.updateOne({name:"mi 30s"},{$set:{price:2}})



db.items.updateMany({name: "oppo 90s"}, {$set: {price: 3rating: 1}})

No comments

Powered by Blogger.