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