Great! We start an insert statement with an INSERT INTO
clause, provide the column names, continue with VALUES
and finish with, well, the values.
Close! We start an insert statement with an INSERT INTO
clause, provide the column names, continue with VALUES
and finish with, well, the values.