Fonction SQL AVG ()
SELECT AVG(age) AS average_age
FROM Customers;
SAMER SAEID
SELECT AVG(age) AS average_age
FROM Customers;