Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
What is the purpose of the following SQL command?
SELECT * FROM TABLE(VALIDATE(t1, JOB_ID => '_last'));
A
To validate external table files in table t1 across all sessions
B
To validate task SQL statements against table t1 in the last 14 days
C
To validate a file for errors before it gets executed using a COPY command
D
To return errors from the last executed COPY command into table t1 in the current session