Get startedGet started for free

Wrapping up!

1. Wrapping up!

You've made it! Let's take a look back at all that you've learned.

2. Data manipulation in Snowflake

You added three new tools to your tool belt. First were `CASE` statements, which you used to transform data based on certain conditions. You leveraged subqueries to use the results of one query in another, and finally, used CTE's to create temporary result sets. Let's take a closer look at each!

3. Conditional logic

You used `CASE` statements to map temperatures and outdoor weather to a certain activity. Then, you built queries using aggregation functions like `COUNT`, `AVG`, and `SUM` alongside `CASE` statements to further manipulate and transform data.

4. Subqueries

Subqueries were your first glimpse into using the results of one query within another. You used subqueries to find information about the temperature differential induced by wind chill, and classify the length of songs.

5. Common Table Expressions

Finally, you explored common table expressions as an alternative way to temporarily store the results of a query to eventually be used by another query. CTE's offered a way to structure queries to be more readable and modular. You even defined multiple CTE's to identify popular artists and reconstruct an invoice.

6. Let's practice!

Now, it's time to put the skills to the test, one more time.

Create Your Free Account

or

By continuing, you accept our Terms of Use, our Privacy Policy and that your data is stored in the USA.