Alias SQL avec max () et min ()
SELECT MAX(age) AS max_age
FROM Customers;
SAMER SAEID
SELECT MAX(age) AS max_age
FROM Customers;