SnowPro Core Certification — Question 1080
What can be used to process unstructured data?
Answer options
- A. External tables
- B. The COPY INTO [table] command
- C. External functions
- D. Snowpipe
Correct answer: C
Explanation
External functions are specifically designed to handle unstructured data by allowing the integration of external services or libraries for processing. In contrast, External tables, the COPY INTO [table] command, and Snowpipe focus on structured or semi-structured data management and loading, making them less suitable for unstructured data processing.