Valid COF-C02 Dumps shared by ExamDiscuss.com for Helping Passing COF-C02 Exam! ExamDiscuss.com now offer the newest COF-C02 exam dumps, the ExamDiscuss.com COF-C02 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com COF-C02 dumps with Test Engine here:
Which Snowflake objects use storage? (Select TWO).
Correct Answer: A,D
* Snowflake objects that use storage include: * Regular table (A): Stores actual data in micro-partitions. * Materialized view (D): Stores precomputed results for queries, which consume storage space. Other Notes: * Regular view (B): Does not store data, as it is a logical object. * Cached query result (C): Does not consume long-term storage; it is temporary. * External table (E): Data is stored in external storage, not Snowflake. References: * Snowflake Documentation: Tables * Snowflake Documentation: Materialized Views