Well done!
You have completed Adding Data to a Database Review!
Quiz Question 1 of 5
How many rows will this statement insert in to the cars
table?
INSERT INTO cars (make, model) VALUES ("Fiat", "Fiat 500"),
("Fiat", "Fiat Multipla"),
("Cadillac", "Cadillac Fleetwood"),
("Cadillac", "Cadillac Eldorado");
Choose the correct answer below: