Recall & Review
beginner
What is the main reason Snowflake SQL extends standard SQL?
Snowflake SQL adds features to handle cloud data warehousing needs like scalability, semi-structured data, and performance optimization.
Click to reveal answer
intermediate
How does Snowflake SQL support semi-structured data differently from standard SQL?
Snowflake SQL includes native support for JSON, XML, and Avro formats with special functions to query and manipulate them easily.
Click to reveal answer
intermediate
What feature in Snowflake SQL helps with automatic scaling and performance?
Snowflake SQL supports automatic clustering and micro-partitioning to optimize query speed without manual tuning.
Click to reveal answer
advanced
Why does Snowflake SQL include extensions for time travel and data cloning?
These features allow users to access historical data easily and create zero-copy clones for testing or backup, which standard SQL does not provide.
Click to reveal answer
intermediate
Name one way Snowflake SQL improves security compared to standard SQL.
Snowflake SQL integrates with cloud identity providers and supports dynamic data masking and role-based access control for better security.
Click to reveal answer
What type of data does Snowflake SQL natively support that standard SQL often struggles with?
✗ Incorrect
Snowflake SQL has built-in functions to handle semi-structured data formats such as JSON, which standard SQL does not natively support.
Which Snowflake feature allows querying past data states without restoring backups?
✗ Incorrect
Time Travel lets users query historical data easily, a feature unique to Snowflake SQL.
How does Snowflake SQL improve query performance automatically?
✗ Incorrect
Snowflake uses micro-partitioning and automatic clustering to optimize queries without manual tuning.
What is a benefit of Snowflake's zero-copy cloning?
✗ Incorrect
Zero-copy cloning creates instant copies of data without duplicating storage, saving space and time.
Which security feature is enhanced in Snowflake SQL compared to standard SQL?
✗ Incorrect
Snowflake supports role-based access control and integrates with cloud identity providers for better security.
Explain why Snowflake SQL extends standard SQL and name two key features it adds.
Think about what cloud data needs that traditional SQL does not cover.
You got /3 concepts.
Describe how Snowflake SQL improves performance and security compared to standard SQL.
Consider both how queries run faster and how data is protected.
You got /3 concepts.