SQL Order oleh ASC (pesanan naik)
SELECT *
FROM Customers
ORDER BY age ASC;
SAMER SAEID
SELECT *
FROM Customers
ORDER BY age ASC;