Pedido de SQL con múltiples columnas
SELECT *
FROM Customers
ORDER BY first_name, age;
SAMER SAEID
SELECT *
FROM Customers
ORDER BY first_name, age;