SnowPro Core Certification — Question 988
Which table function is used to view all errors encountered during a previous data load?
Answer options
- A. VALIDATE
- B. INFER_SCHEMA
- C. GENERATOR
- D. QUERY_HISTORY
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.