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