Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 720

How does a Snowflake user extract the URL of a directory table on an external stage for further transformation?

    Correct Answer: D

    To extract the URL of a directory table on an external stage in Snowflake, the correct method to use is the GET_STAGE_LOCATION function. This function retrieves the location of the stage, which includes the URL of the directory table.

Discussion
JG1984Option: D

The GET_STAGE_LOCATION function returns the location of a stage, including the URL of the directory table. The syntax for the GET_STAGE_LOCATION function. SELECT GET_STAGE_LOCATION('my_stage')

blitzzzzOption: D

D https://docs.snowflake.com/en/sql-reference/functions/get_stage_location

MultiCloudIronManOption: D

Correct