SQL ORDER по ASC (порядок восхождения)
SELECT *
FROM Customers
ORDER BY age ASC;
SAMER SAEID
SELECT *
FROM Customers
ORDER BY age ASC;