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

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

When unloading data, which combination of parameters should be used to differentiate between empty strings and NULL values? (Choose two.)

  • A. ESCAPE_UNENCLOSED_FIELD
  • B. REPLACE_INVALID_CHARACTERS
  • C. FIELD_OPTIONALLY_ENCLOSED_BY
  • D. EMPTY_FIELD_AS_NULL
  • E. SKIP_BLANK_LINES
Show Suggested Answer Hide Answer
Suggested Answer: CD 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
cybe001
5 months, 2 weeks ago
Correct Answers: C. FIELD_OPTIONALLY_ENCLOSED_BY and D. EMPTY_FIELD_AS_NULL FIELD_OPTIONALLY_ENCLOSED_BY: This parameter specifies a character that encloses the field. By using this parameter, you can ensure that empty strings are enclosed within the specified character (e.g., double quotes), allowing them to be differentiated from NULL values. EMPTY_FIELD_AS_NULL: This parameter determines how to handle empty fields during the unload operation. When set to TRUE, empty fields are treated as NULL values. This helps in distinguishing between actual empty strings and NULLs in the unloaded data.
upvoted 2 times
...
Yiouk
5 months, 2 weeks ago
Selected Answer: CD
https://docs.snowflake.com/en/user-guide/data-unload-considerations
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 ...