Concept Flow - INSERT with SELECT
Start
Run SELECT query
Fetch rows from SELECT
Insert each row into target table
All rows inserted
End
This flow shows how an INSERT statement uses a SELECT query to get rows, then inserts those rows into another table.