COF-C02 · Question #597
COF-C02 Question #597: Real Exam Question with Answer & Explanation
The correct answer is C: External functions. 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 suppo
Question
What can be used to process unstructured data?
Options
- AExternal tables
- BThe copy into <table> command
- CExternal functions
- DSnowpipe
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).
Topics
Community Discussion
No community discussion yet for this question.