COF-C02 · Question #339
How is unstructured data retrieved from data storage?
The correct answer is B. SQL functions can be used to create different types of URLs pointing to the unstructured data. Snowflake provides SQL functions to generate different types of URLs for accessing unstructured data files stored in stages: pre-signed URLs (for unauthenticated temporary access), scoped URLs (for authenticated, time-limited access within Snowflake), and file URLs (for…
Question
How is unstructured data retrieved from data storage?
Options
- ASQL functions like the GET command can be used to copy the unstructured data to a location on
- BSQL functions can be used to create different types of URLs pointing to the unstructured data.
- CSQL functions can be used to retrieve the data from the query results cache. When the query
- DSQL functions can call on different web extensions designed to display different types of files as a
How the community answered
(29 responses)- A3% (1)
- B90% (26)
- C7% (2)
Explanation
Snowflake provides SQL functions to generate different types of URLs for accessing unstructured data files stored in stages: pre-signed URLs (for unauthenticated temporary access), scoped URLs (for authenticated, time-limited access within Snowflake), and file URLs (for persistent authenticated access). These URL-generating functions allow applications to retrieve and serve the raw unstructured files (images, PDFs, audio, etc.) without loading them into a table. The query results cache (C) is not applicable to unstructured file retrieval. Snowflake does not provide web extension rendering (D) or a GET-style copy command (A) as the primary retrieval mechanism for unstructured data.
Topics
Community Discussion
No community discussion yet for this question.