SnowPro Core Certification — Question 798
What is the COPY INTO [location] command option default for unloading data into multiple files?
Answer options
- A. SINGLE = 0
- B. SINGLE = NULL
- C. SINGLE = TRUE
- D. SINGLE = FALSE
Correct answer: D
Explanation
The correct answer is D, as the default for unloading data into multiple files is SINGLE = FALSE, which allows for parallel file creation. Options A, B, and C do not represent the default setting for the command and therefore are incorrect.