Concept Flow - COPY command for bulk data loading
Start COPY command
Read source file
Parse each line
Convert data to table format
Insert rows into table
Finish and report rows loaded
The COPY command reads data from a file, parses it line by line, converts it into table rows, inserts them, and finishes by reporting how many rows were loaded.