
Answer-first summary for fast verification
Answer: JOB_ID
The VALIDATE table function in Snowflake accepts JOB_ID as its input parameter, which corresponds to the query ID of a COPY INTO statement. This is clearly documented in Snowflake's official documentation and confirmed by the community discussion where all comments (with upvotes ranging from 3-4) unanimously identify D as the correct answer. The other options are incorrect: LAST_QUERY_ID and CURRENT_STATEMENT are not valid parameters for the VALIDATE function, and UUID_STRING is unrelated to table validation operations.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.