Exam SnowPro Advanced Data Engineer All QuestionsBrowse all questions from this exam
Question 12

What is the purpose of the BUILD_STAGE_FILE_URL function in Snowflake?

    Correct Answer: D

    The BUILD_STAGE_FILE_URL function in Snowflake generates a temporary URL for accessing a file in a stage. This URL allows limited-time access to the specified file, which is useful for sharing data securely and temporarily.

Discussion
stopthisnowOption: C

Generates a Snowflake file URL to a staged file using the stage name and relative file path as inputs. A file URL permits prolonged access to a specified file. That is, the file URL does not expire. https://docs.snowflake.com/en/sql-reference/functions/build_stage_file_url

rbeamOption: C

C is correct