Menu
×
×
Correct!
Exercise:Write the correct SQL statement to sort the result alphabetically by
SELECT * FROM customers
@(22);
SELECT * FROM customers
ORDER BY customer_name;
Not CorrectClick here to try again. Correct!Next ❯ |