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