Filtering in Snowflake SQL
As part of Pissa's migration from PostgreSQL to Snowflake, ensuring data integrity and correctness of the data after migration is crucial.
You're specifically working with the pizza_type table, which contains the following columns: pizza_type_id, name, category, and ingredients.
Let's apply your SQL skills to Snowflake!
Questo esercizio fa parte del corso
Introduction to Snowflake SQL
Esercizio pratico interattivo
Prova a risolvere questo esercizio completando il codice di esempio.
-- Count all pizza entries
SELECT ___(___) AS count_all_pizzas
FROM pizza_type