The right order

Report a typo

Correctly reorder the multi row insert expression.

Put the items in the correct order
VALUES
(name, capital, population)
countries
INSERT INTO
('USA', 'Washington', 329500000),
('United Kingdom', 'London', 67220000);
___

Create a free account to access the full topic