Sélectionnez Max (âge) des clients;
SELECT MAX(age)
FROM Customers;
SAMER SAEID
SELECT MAX(age)
FROM Customers;