Menu
×
×
Correct!
Exercise:Write the correct SQL statement to select all records from the
SELECT * FROM customers
@(21);
SELECT * FROM customers
WHERE city = 'Berlin';
SELECT * FROM customers
WHERE city ='Berlin';
SELECT * FROM customers
WHERE city = 'Berlin';
SELECT * FROM customers
WHERE city ='Berlin';
SELECT * FROM customers
WHERE city LIKE 'Berlin';
SELECT * FROM customers
WHERE city='Berlin';
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 41 exercises.
Are you sure you want to continue?