SnowPro Core Certification — Question 250
Which COPY INTO command outputs the data into one file?
Answer options
- A. SINGLE=TRUE
- B. MAX_FILE_NUMBER=1
- C. FILE_NUMBER=1
- D. MULTIPLE=FALSE
Correct answer: A
Explanation
The correct answer is A, SINGLE=TRUE, as this option specifies that the output should be consolidated into one file. The other options do not directly control the output file count in the same manner; they may refer to file limits or settings that do not ensure a single file output.