Ordre SQL par ASC (Ordre ascendant)
SELECT *
FROM Customers
ORDER BY age ASC;
SAMER SAEID
SELECT *
FROM Customers
ORDER BY age ASC;