db.people.updateMany( { age: { $gt: 25 } }, { $set: { status: "C" } } ) --SQL UPDATE people SET status = "C" WHERE age > 25