How is unstructured data retrieved from data storage?
How is unstructured data retrieved from data storage?
SQL functions can create different types of URLs that point to the unstructured data. These URLs can be used to download the data to a client. This is the most accurate method for retrieving unstructured data, as modern databases often use pre-signed URLs or similar mechanisms to secure and facilitate the transfer of unstructured data.
both A & B are making sense. But since GET is not a SQL function, so A is ruled out. Hence , correct answer is B
B - is correct
B. SQL functions can be used to create different types of URLs pointing to the unstructured data. These URLs can be used to download the data to a client
https://docs.snowflake.com/en/user-guide/unstructured-intro Scoped URL File URL Pre-signed URL
correct
Correcting the vote to B agree its the right option
Should be B (Presigned, Scoped and File-URLs)
I will go for A because very simplistically it is telling the method to get the job done https://docs.snowflake.com/en/user-guide/unstructured-intro
GET is a REST API not a SQL Function, so A is definitely incorrect
may be the language is not proper but to get the data we need to use SQL functions like GET_PRESIGNED_URL and then url will be fetched for the object