String functions
Having recently mastered some Snowflake SQL string functions, you're ready to put them into practice using Pissa's database!
This exercise is part of the course
Introduction to Snowflake SQL
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.
-- Capitalize each word in pizza_type_id
SELECT ___(___) ___ capitalized_pizza_id
FROM pizza_type;