Menu
×
×
Correct!
Exercise:Select all records where the value of the
SELECT * FROM Customers
@(21);
SELECT * FROM Customers
WHERE City LIKE 'a%b';
SELECT * FROM Customers
WHERE City LIKE "a%b";
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 50 exercises.
Are you sure you want to continue?