You have already completed these exercises!
Do you want to take them again?
You completed the POSTGRESQL ALTER COLUMN Exercises from W3Schools.com
Share on:
Drag and drop the missing code to change the maximum-length og 'color' to 50 characters.
cars color VARCHAR(50);
ALTER
WHERE
cars
TABLE
ADD
COLUMN
SET
TYPE
SELECT