SnowPro Core Certification — Question 988

Which table function is used to view all errors encountered during a previous data load?

Answer options

Correct answer: A

Explanation

The VALIDATE function is specifically designed to review and report all errors from previous data loading operations. The other options do not serve this purpose; INFER_SCHEMA is used for schema inference, GENERATOR is for creating rows of data, and QUERY_HISTORY shows past query executions but not load errors.