Update operations modify the fields and values of a document while keeping other fields and values unchanged. Replace operations substitute all fields and values in an existing document with specified fields and values while keeping the _id field value unchanged.
updateOne()
updateMany()
replaceOne()
$set: replaces the value of a field with a specified one
$inc: increments or decrements field values
$rename: renames fields
$unset: removes fields
$mul: multiplies a field value by a specified number