Menu
×
×
Correct!
Exercise:Select all records where the first letter of the
SELECT * FROM Customers
WHERE City LIKE '@(5)%';
SELECT * FROM Customers
WHERE City LIKE '[acs]%';
SELECT * FROM Customers
WHERE City LIKE '[csa]%';
SELECT * FROM Customers
WHERE City LIKE '[asc]%';
SELECT * FROM Customers
WHERE City LIKE '[cas]%';
SELECT * FROM Customers
WHERE City LIKE '[sac]%';
SELECT * FROM Customers
WHERE City LIKE '[sca]%';
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 52 exercises.
Are you sure you want to continue?