nerdexam
Snowflake

COF-R02 · Question #24

True or False: The COPY command must specify a File Format in order to execute.

The correct answer is B. False. 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 https://docs.snowflake.com/en/sql-reference/sql/copy-into-table.html

Data Loading and Unloading

Question

True or False: The COPY command must specify a File Format in order to execute.

Options

  • ATrue
  • BFalse

How the community answered

(42 responses)
  • A
    26% (11)
  • B
    74% (31)

Explanation

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 https://docs.snowflake.com/en/sql-reference/sql/copy-into-table.html

Topics

#COPY command#file format#data loading

Community Discussion

No community discussion yet for this question.

Full COF-R02 Practice