String functions
Having recently mastered some Snowflake SQL string functions, you're ready to put them into practice using Pissa's database!
Deze oefening maakt deel uit van de cursus
Introduction to Snowflake SQL
Praktische interactieve oefening
Probeer deze oefening eens door deze voorbeeldcode in te vullen.
-- Capitalize each word in pizza_type_id
SELECT ___(___) ___ capitalized_pizza_id
FROM pizza_type;