SnowPro Core Exam QuestionsBrowse all questions from this exam

SnowPro Core Exam - Question 1273


Which Snowflake objects use storage? (Choose two.)

Show Answer
Correct Answer:

Discussion

2 comments
Sign in to comment
MatthieuDNOptions: AD
Jan 23, 2025

AD is correct, nothing mentions cached query result using storage in the documentation https://docs.snowflake.com/en/user-guide/cost-understanding-data-storage

37ceea2
Jan 30, 2025

Lind update: Regular tables are logical representation of the data. They do not store data. Views are interrogations, they do not store data. External Tables point to External Stages which contains only metadata and a pointer to the location from Cloud Storage, where the data are maintained. It remains Cached query result and Materialized Views. Materialized views are clear, Cash Query Result is the key. Or the question is wrong and it has one correct answer, or the term Cash refers exactly to data storage.

37ceea2Options: CD
Jan 21, 2025

Tables do not store data physically. Do I remember correctly. I would say that the right answer is C &D