Which COPY INTO command outputs the data into one file?
Which COPY INTO command outputs the data into one file?
The correct option to ensure that the COPY INTO command outputs data into one file is SINGLE=TRUE. This parameter, when set to TRUE, specifies that the output should be a single file.
https://docs.snowflake.com/en/sql-reference/sql/copy-into-location.html
Answer is A
A. SINGLE=TRUE
SINGLE = TRUE
A. SINGLE=TRUE are correct
A is correct