INSERT INTO

INSERT INTO is a PRIMARY command that must be followed by the "TABLE_NAME" argument, and then optionally by conditions such as (COLUMN1, COLUMN2), and then by WITH VALUES with each value corresponding to the column.

Possible follow-up commands:

Last updated