Menu
×
×
Correct!
Exercise:Select all records where the value of the
SELECT * FROM Customers
WHERE City LIKE '%a%';
SELECT * FROM Customers
WHERE City LIKE "%a%";
Not CorrectClick here to try again. Correct!Next ❯SELECT * FROM Customers; |