Menu
×
×
Correct!
Exercise:Write the correct SQL statement to select all records where the value of the field
SELECT * FROM cars
WHERE model @(9);
SELECT * FROM cars
WHERE model LIKE 'M%';
Not CorrectClick here to try again. Correct!Next ❯ |