Menu
×
×
Correct!
Exercise:Make an alias for the field
SELECT customer_name @(10) FROM customers;
SELECT customer_name AS Company FROM customers;
SELECT customer_name Company FROM customers;
Not CorrectClick here to try again. Correct!Next ❯ |