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
A is correct
A. SINGLE=TRUE are correct
SINGLE = TRUE
A. SINGLE=TRUE
Answer is A