Menu
×
×
Correct!
Exercise:Select all records where the
@(6) * FROM Customers
@(5) City = 'Berlin'
@(2) @(4) = '@(6)';
SELECT * FROM Customers
WHERE City = 'Berlin'
OR City = 'London';
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 50 exercises.
Are you sure you want to continue?