Which file function generates a SnowFlake-hosted URL that must be authenticated when used?
A.
GET_STATE_LOCATION
B.
GET_PRESENT_URL
C.
BUILD_SCOPED_FILE_URL
D.
BUILD_STAGE_FILE_URL
The Answer Is:
D
This question includes an explanation.
Explanation:
Purpose:TheBUILD_STAGE_FILE_URLfunction generates a temporary, pre-signed URL that allows you to access a file within a Snowflake stage (internal or external). This URL requires authentication to use.
Key Points:
Security: The URL has a limited lifespan, enhancing security.
Use Cases: Sharing staged data with external tools or applications, or downloading it directly.