SnowPro Core Certification — Question 720
Which Snowflake table is an implicit object layered on a stage, where the stage can be either internal or external?
Answer options
- A. Directory table
- B. Temporary table
- C. Transient table
- D. A table with a materialized view
Correct answer: A
Explanation
The correct answer is A, as a Directory table serves as an implicit object associated with a stage in Snowflake. The other options, such as Temporary and Transient tables, are distinct table types that do not specifically relate to being layered on stages, while a materialized view is not a table type but rather an optimization for query performance.