You have already completed these exercises!
Do you want to take them again?
You completed the POSTGRESQL Insert Data Exercises from W3Schools.com
Share on:
Drag and drop the missing code to insert data into the 'cars' table.
(brand, model, year) ('Ferrari', 'Testarossa', 1984);
cars
TABLE
INSERT
VALUES
CREATE
AS
INTO