ExamGecko
Question list
Search
Search

Question 684 - COF-C02 discussion

Report
Export

What can be used to process unstructured data?

A.
External tables
Answers
A.
External tables
B.
The copy into <table> command
Answers
B.
The copy into <table> command
C.
External functions
Answers
C.
External functions
D.
Snowpipe
Answers
D.
Snowpipe
Suggested answer: C

Explanation:

To process unstructured data in Snowflake, external functions can be used.

External Functions: These allow you to call external services and processing engines from within Snowflake SQL. External functions can be used to handle complex processing tasks that are not natively supported by Snowflake, including those involving unstructured data.

Implementation: You define an external function in Snowflake that points to an external processing service (e.g., AWS Lambda, Google Cloud Functions).

References:

Snowflake Documentation on External Functions

asked 23/09/2024
Angélica González
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first