Search⌘ K
AI Features

Problem: Only Keep Interesting Groups

Explore how to write SQL queries that group data by city and calculate the average age per group. Learn to filter these groups to show only cities with an average age below 28, helping you refine your data analysis skills using grouping and filtering in SQL.

We'll cover the following...

Write a ...