Menu
×
×
Correct!
Exercise:Write the correct SQL statement to change the data type of the
@(11) cars
@(12) year @(4) VARCHAR(4);
ALTER TABLE cars
ALTER COLUMN year TYPE VARCHAR(4);
Not CorrectClick here to try again. Correct!Next ❯ |