SnowPro Core Certification — Question 957
Which validation option is the only one that supports the COPY INTO [location] command?
Answer options
- A. RETURN_ROWS
- B. RETURN_[n]_ROWS
- C. RETURN_ERRORS
- D. RETURN_ALL_ERRORS
Correct answer: A
Explanation
The correct answer is A, RETURN_ROWS, as it is specifically designed to support the COPY INTO command. The other options, while related to validation, do not provide the necessary functionality for this command.