SQL -Aliase mit max () und min ()
SELECT MAX(age) AS max_age
FROM Customers;
SAMER SAEID
SELECT MAX(age) AS max_age
FROM Customers;