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

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

When a Snowflake user loads CSV data from a stage, which COPY INTO [table] command guideline should they follow?

  • A. The CSV field delimiter must be a comma character (‘,’).
  • B. The number of columns in each row should be consistent.
  • C. The data file in the stage must be in a compressed format.
  • D. The data file must have the same number of columns as the target table.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Rameez1
4 months, 2 weeks ago
Selected Answer: B
B: The number of columns in each row should be consistent.
upvoted 1 times
...
mickies9
6 months, 2 weeks ago
Selected Answer: B
The number of columns in each row should be consistent.
upvoted 2 times
...
ede3703
7 months ago
B is correct https://docs.snowflake.com/en/user-guide/data-load-considerations-prepare#preparing-delimited-text-files
upvoted 1 times
...
Catallyst48
8 months, 2 weeks ago
Selected Answer: B
B is correct. Any valid character can be used as a field delimiter (not A) Snowflake recommends that files be compressed, but it's not required (Not C) You can drop columns from the file to the target table (Not D) https://docs.snowflake.com/en/user-guide/data-load-considerations-prepare#preparing-delimited-text-files
upvoted 3 times
...
0e504b5
9 months ago
Selected Answer: C
C A is not right https://docs.snowflake.com/en/user-guide/data-load-prepare Structured Delimited (CSV, TSV, etc.) Any valid singlebyte delimiter is supported; default is comma (i.e. CSV). We recommend that you compress your data files when you are loading large data set. re: delimiter, you can set up your own delimiter for CSV using CREATE FILE FORMAT: https://docs.snowflake.com/en/sql-reference/sql/create-file-format
upvoted 2 times
...
KarthyJay
9 months, 1 week ago
https://docs.snowflake.com/en/user-guide/data-load-transform
upvoted 1 times
...
KarthyJay
9 months, 1 week ago
Selected Answer: A
Default delimiter for CSV is comma as per SF docmn. Otherwise we have to create the format.
upvoted 1 times
...
KarthyJay
9 months, 1 week ago
A is the correct answer.
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 ...