Skip to content
SQLSimplified
Data AnalystQuestion 24 of 57

Funnel Analysis

Problem

Your growth team wants to analyze the conversion funnel from landing page views to successful checkouts. Write a query that outputs concept with the value: "Funnel analysis tracks users through a sequence of step events, calculating the conversion percentage at each subsequent step."

Database Schema

This problem acts as a scratchpad. You will write your own DDL/DML or conceptual queries, so there is no predefined schema.

Try It

Loading playground environment...

Hint

Solution