SQL aliasy z max () i min ()
SELECT MAX(age) AS max_age
FROM Customers;
SAMER SAEID
SELECT MAX(age) AS max_age
FROM Customers;