QuestionQ8

Load and leverage structured, semi-structured, and unstructured data

Which objects are needed to use the COPY INTO SQL command to load structured data into Snowflake?

Choose three
Explanation

Loading with COPY INTO <table> writes staged files into a target table. The files are obtained from a stage, and a running current virtual warehouse supplies the compute resources for the load. Views, data shares, and micro-partitions are not required objects for this operation.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!