Menu
×
×
Correct!
Exercise:Select all customers where the Hint: Use the
SELECT * FROM customers
WHERE customer_name @(10);
SELECT * FROM customers
WHERE customer_name LIKE '%a%';
Not CorrectClick here to try again. Correct!Next ❯ |