You have already completed these exercises!
Do you want to take them again?
You completed the POSTGRESQL Create table Exercises from W3Schools.com
Share on:
Drag and drop the missing code to create a table named 'cars'.
( brand VARCHAR(255), model VARCHAR(255));
cars
TABLE
INSERT
MAKE
CREATE
AS
MODEL