Zamówienie SQL według ASC (kolejność rosnąca)
SELECT *
FROM Customers
ORDER BY age ASC;
SAMER SAEID
SELECT *
FROM Customers
ORDER BY age ASC;