-- Query 17 SELECT ROUND(AVG(consommation.prixcons), 2) AS "prix moyen" FROM consommation; /* == RESULT == "prix moyen" 2.86 */