Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 535

How does Snowflake store a table's underlying data? (Choose two.)

    Correct Answer: A, B

    Snowflake stores a table's underlying data using a columnar file format and micro-partitions. The columnar file format ensures efficient storage and retrieval by storing data in columns rather than rows, which enhances query performance. Micro-partitions allow Snowflake to divide data into smaller, manageable chunks, optimizing storage and enabling parallel processing for faster query execution. This combination of columnar file format and micro-partitions is foundational to how Snowflake manages and processes data efficiently.

Discussion
EmiBOptions: AB

AB - correct

MultiCloudIronManOptions: AB

Correct