Question 1 of 25
True or False: The COPY command must specify a File Format in order to execute.
Show answer
How others answered
- B90%
Explanation
The correct answer is FALSE. The file format can be defined at the stage, table, or copy into command. Create Stage: https://docs.snowflake.com/en/sql-reference/sql/create-stage.html Create Table (STAGE_FILE_FORMAT option): https://docs.snowflake.com/en/sql-reference/sql/create-table.html Copy Into: https://docs.snowflake.com/en/sql-reference/sql/copy-into-table.html
Adapted from community discussion by jjordan · 2021-12-31 · 18 community upvotes. Third-party contribution; reviewed by our quality filter, not independently verified.