SnowPro Core Certification — Question 1252

Which Snowflake objects use storage? (Choose two.)

Answer options

Correct answer: A, D

Explanation

Regular tables (A) and materialized views (D) both require storage in Snowflake as they persist data. In contrast, regular views (B) do not store data themselves, cached query results (C) are temporary and do not occupy storage, and external tables (E) reference data stored outside Snowflake without using its internal storage.