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