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