How are URLs that access unstructured data in external stages retrieved?
How are URLs that access unstructured data in external stages retrieved?
URLs that access unstructured data in external stages are retrieved by querying a directory table, which stores a catalog of staged files in cloud storage. Roles with sufficient privileges can query these directory tables to retrieve file URLs and access the staged files.
https://docs.snowflake.com/en/user-guide/unstructured-intro#:~:text=Directory%20tables%20store%20a%20catalog%20of%20staged%20files%20in%20cloud%20storage.%20Roles%20with%20sufficient%20privileges%20can%20query%20a%20directory%20table%20to%20retrieve%20file%20URLs%20to%20access%20the%20staged%20files.
B. By querying a directory table
B is correct
Correct