Menu
×
×
Correct!

Exercise:

Write the correct SQL statement to insert 3 new records into the cars table.

INSERT INTO cars (brand, model, year) VALUES ('Volvo', 'p1800', 1968), ('BMW', 'M1', 1978), ('Toyota', 'Celica', 1975);

Not Correct

Click here to try again.

Correct!

Next ❯
              INSERT INTO cars (brand, model, year)
              VALUES
              'Volvo', 'p1800', 1968
              'BMW', 'M1', 1978
              'Toyota', 'Celica', 1975
            

            
            
          




Log in to keep your progress
Sign up to keep your progress

Completed 0 of 41 Exercises:

POSTGRESQL Create Table
POSTGRESQL Operators
POSTGRESQL Select Data
POSTGRESQL Functions
POSTGRESQL Join Tables

×

Reset the Score?

This will reset the score of ALL 41 exercises.

Are you sure you want to continue?



×

Congratulations!

You have finished all 41 POSTGRESQL exercises.

Share your score: