What order does this statement need to be in to insert a record into the things table?

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.