Zamów SQL z wieloma kolumnami
SELECT *
FROM Customers
ORDER BY first_name, age;
SAMER SAEID
SELECT *
FROM Customers
ORDER BY first_name, age;