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 587 discussion

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

Which command can be added to the COPY command to make it load all files, whether or not the load status of the files is known?

  • A. FORCE = TRUE
  • B. FORCE = FALSE
  • C. LOAD_UNCERTAIN_FILES = TRUE
  • D. LOAD_UNCERTAIN_FILES = FALSE
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
ahadh7621
6 months ago
Selected Answer: A
A is correct. https://docs.snowflake.com/en/sql-reference/sql/copy-into-table To force the COPY command to load all files regardless of whether the load status is known, use the FORCE option instead.
upvoted 3 times
...
MultiCloudIronMan
1 year, 7 months ago
Selected Answer: A
A is correct
upvoted 1 times
...
bibisa
1 year, 8 months ago
Selected Answer: A
To force the COPY command to load all files regardless of whether the load status is known, use the FORCE option instead.
upvoted 3 times
...
ViniJsr
1 year, 8 months ago
Workarounds To load files whose metadata has expired, set the LOAD_UNCERTAIN_FILES copy option to true. The copy option references load metadata, if available, to avoid data duplication, but also attempts to load files with expired load metadata. Alternatively, set the FORCE option to load all files, ignoring load metadata if it exists. Note that this option reloads files, potentially duplicating data in a table.
upvoted 2 times
...
ShagunMittal
1 year, 8 months ago
Selected Answer: A
FORCE = TRUE when load status is known LOAD_UNCERTAIN_FILES = TRUE when load status is unknown
upvoted 3 times
...
Simbajagnole
1 year, 9 months ago
FORCE=TRUE
upvoted 3 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 ...