You have already completed these exercises!
Do you want to take them again?
You completed the POSTGRESQL Add Column Exercises from W3Schools.com
Share on:
Drag and drop the missing code to add a column named 'color' to the 'cars' table.
cars color VARCHAR(255);
color
cars
TABLE
ADD
CREATE
AS
ALTER
SELECT