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

What metadata does Snowflake store for rows in micro-partitions? (Choose two.)

    Correct Answer: A, E

    Snowflake stores metadata about each micro-partition to facilitate efficient querying. Two important types of metadata include the range of values which helps in quickly narrowing down which micro-partitions to scan for a query, and the presence of null values which is used to skip scanning those micro-partitions if the query excludes nulls.

Discussion
HeetecOptions: AB

AB correct

romega2Options: AB

correct