...

/

Project: Only Keep Interesting Groups

Project: Only Keep Interesting Groups

Practice filtering grouped results using HAVING.

We'll cover the following...

Task

Write a query that:

  • Groups people by city.

  • Calculates the average age for each city. ...