SnowPro Core Certification — Question 102
Which statement best describes Snowflake tables?
Answer options
- A. Snowflake tables are logical representations of underlying physical data
- B. Snowflake tables are the physical instantiation of data loaded into Snowflake
- C. Snowflake tables require that clustering keys be defined to perform optimally
- D. Snowflake tables are owned by a user
Correct answer: A
Explanation
The correct answer is A, as Snowflake tables serve as logical views of the actual data stored physically. Option B is incorrect because it suggests that tables are physical constructs, while C is wrong since clustering keys are optional, and D is misleading as ownership does not define the nature of the tables themselves.