Process Flow - COPY INTO command
Start COPY INTO command
Connect to source data
Read data files
Parse and transform data
Load data into target table
Handle errors or skip bad records
Finish and report status
The COPY INTO command reads data files from a source, parses them, loads the data into a target table, and handles errors before finishing.