Snowflake quiz
Snowflake quiz
Snowflake supports all of the mentioned proven data modeling techniques, including 3rd Normal
Form, Data Vault, Star Schema, and Snowflake Schema
A table that consists of a single micro-partition or no micro-partitions will always have a clustering
depth of 0
Snowflake tables are indeed logical structures that organize data into columns and rows. These tables
are physically stored in Snowflake's FDN files, which are micro-partitions. Micro-partitions are a key
feature of Snowflake's architecture, as they enable efficient data storage and query processing.
Snowflake recommends ordering the keys from lowest cardinality to highest cardinality for a
clustering key
The Resource Monitor trigger allows for three actions to be taken: suspending the task, suspending
the task immediately, and notifying the user.
SQL functionality can be extended via SQL User Functions (UDF), Javascript UDFs, and Session
Variables.
A best practice of load and store Semi-structured data in Snowflake is to loaded and stored in a
VARIANT data type