diff --git a/SS2026/Datenbanken und Informationssysteme/MongoDB/MongoDB.md b/SS2026/Datenbanken und Informationssysteme/MongoDB/MongoDB.md index cfb2c62..8d2cb35 100644 --- a/SS2026/Datenbanken und Informationssysteme/MongoDB/MongoDB.md +++ b/SS2026/Datenbanken und Informationssysteme/MongoDB/MongoDB.md @@ -12,4 +12,10 @@ Field = Spalte key-value pair - updateOne/updateMany - deleteOne/deleteMany +### Parameter +({feld: wert}) +Sort : 1 = ASC, -1 = DESC +Filter: $gt = greater than ... +Modify fields: $set, $unset, $i +