Concept Flow - INSERT INTO multiple rows
Start INSERT
Specify Table
List Columns
Provide Multiple Rows Values
Execute Insert
Rows Added to Table
End
This flow shows how SQL inserts multiple rows into a table by specifying the table, columns, and multiple sets of values.