Add a New Row
INSERT INTO names a table and its target columns; VALUES supplies corresponding values. Columns and values match by position, and execution adds a new row.
How do INSERT columns correspond to VALUES?
INSERT INTO names a table and its target columns; VALUES supplies corresponding values. Columns and values match by position, and execution adds a new row.
How do INSERT columns correspond to VALUES?