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