CREATE VIEW mavue AS
    SELECT 
        MIN(C.montant) AS minimum ,
        MAX(C.montant) AS maximum
    FROM commandes C