Get startedGet started for free

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

View Course

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;
Edit and Run Code