Псевдонимы SQL с max () и min ()
SELECT MAX(age) AS max_age
FROM Customers;
SAMER SAEID
SELECT MAX(age) AS max_age
FROM Customers;