Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyMongoDBupsert basicsSingle-choice MCQ

No document matches the filter. With `upsert: true`, what happens?

db.users.updateOne( { email: "sam@example.com" }, { $set: { name: "Sam" } }, { upsert: true } )