Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam SnowPro Core All Questions

View all questions & answers for the SnowPro Core exam

Exam SnowPro Core topic 1 question 248 discussion

Actual exam question from Snowflake's SnowPro Core
Question #: 248
Topic #: 1
[All SnowPro Core Questions]

What is the following SQL command used for?

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
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Mallikharjuna452
4 months ago
D is the correct answer
upvoted 1 times
...
_yyukta
8 months, 3 weeks ago
Selected Answer: D
D. To return errors from the last executed COPY command into table t1 in the current session
upvoted 1 times
...
MultiCloudIronMan
1 year, 4 months ago
Selected Answer: D
correct
upvoted 1 times
...
SV1122
1 year, 10 months ago
Selected Answer: D
Validates the files loaded in a past execution of the COPY INTO <table> command and returns all the errors encountered during the load, rather than just the first error. https://docs.snowflake.com/en/sql-reference/functions/validate.html
upvoted 3 times
...
halol
1 year, 11 months ago
Selected Answer: D
https://docs.snowflake.com/en/sql-reference/functions/validate.html
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...