Which command should be used to load data from a file, located in an external stage, into a table in Snowflake?
INSERT
PUT
GET
COPY
The COPY command is used in Snowflake to load data from files located in an external stage into a table. This command allows for efficient and parallelized data loading from various file formats1.
References = [COF-C02] SnowPro Core Certification Exam Study Guide, Snowflake Documentation