SnowPro Advanced: Data Engineer — Question 98

How can a Data Engineer return all the errors encountered during a previous file upload that used the COPY command?

Answer options

Correct answer: B

Explanation

The correct answer is B because the VALIDATE table function specifically returns errors from a previous COPY command execution. Option A and D refer to schema views that do not provide detailed error information, while option C pertains to a different function related to pipe loads, not the COPY command.