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