Correction exercice 2 db.inventory.updateMany( { status : {$in : ["A", "B"]}, "tags.1" : { $exists : true } }, { $mul : { qty : 2.5 } } ); 17 June 2025Correction exercice 1Correction exercice 3