Menu
×
×
Correct!
Exercise:Select all records where the
SELECT * FROM Customers
WHERE City = 'Berlin';
SELECT * FROM Customers
WHERE City = "Berlin";
Not CorrectClick here to try again. Correct!Next ❯SELECT * FROM Customers= ; |