Orden SQL por ASC (orden ascendente)
SELECT *
FROM Customers
ORDER BY age ASC;
SAMER SAEID
SELECT *
FROM Customers
ORDER BY age ASC;