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

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

Which transformation is supported by a COPY INTO [table] command?

  • A. Filter using a WHERE clause
  • B. Filter using a LIMIT keyword
  • C. Cast using a SELECT statement
  • D. Order using an ORDER BY Clause
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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 Answer: C. Cast using a SELECT statement Explanation: Cast using a SELECT statement: When using the COPY INTO [table] command, you can include a SELECT statement that performs various transformations, including casting data types. This allows you to transform the data as it is loaded into the target table. For example, you can convert string data to a date format or change the data type of a column during the load process.
upvoted 1 times
...
nexerSnow
8 months ago
Selected Answer: C
The COPY command supports: Column reordering column omission casts using a SELECT statement https://docs.snowflake.com/en/user-guide/data-load-transform
upvoted 2 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 ...