
Answer-first summary for fast verification
Answer: BUILD_SCOPED_FILE_URL, GET_PRESIGNED_URL
The question asks for functions that can be used to share unstructured data through a secure view. According to Snowflake documentation and the community discussion with 100% consensus, BUILD_SCOPED_FILE_URL (A) and GET_PRESIGNED_URL (D) are the correct functions for this purpose. BUILD_SCOPED_FILE_URL generates a scoped URL for accessing unstructured data files with time-limited access, while GET_PRESIGNED_URL creates a pre-signed URL for secure external access. These functions are specifically designed for secure data sharing scenarios. BUILD_STAGE_FILE_URL (B) is for stage file access but not specifically for secure sharing through views. GET_ABSOLUTE_PATH (C) and GET_RELATIVE_PATH (E) are path retrieval functions that don't provide the secure sharing capabilities required.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.