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