SnowPro Core Certification — Question 1081
What can be used to identify the database, schema, stage, and file path to a set of files, and to allow a role that has sufficient privileges on the stage to access the files?
Answer options
- A. A scoped URL
- B. A file URL
- C. A pre-signed URL
- D. A directory table
Correct answer: B
Explanation
The correct answer is B, as a file URL directly points to the location of the files within the database and stage, allowing authorized roles to access them. Options A and C do not specifically reference the necessary file context, while option D refers to a data structure rather than an access mechanism.