1. Learn
  2. /
  3. Courses
  4. /
  5. Introduction to Snowflake

Exercise

Introduction to SnowflakeSQL

Are you ready to refresh your SQL skills? Wondering why in Snowflake? Rest assured, SnowflakeSQL is quite similar to PostgreSQL. Even though Snowflake automatically capitalizes column names by default, fundamental commands like SELECT will operate in much the same way as they do in PostgreSQL. So, you're in familiar territory!

You are working as a data engineer at Pissa, an expanding pizza delivery company. As part of the transition from PostgreSQL to Snowflake, you're now examining the different columns in the pizzas table.

Instructions

100 XP
  • Select pizza_type_id, pizza_size and price from the pizzas table