...

/

Project: Only Keep Interesting Groups

Project: Only Keep Interesting Groups

Practice filtering grouped results using HAVING.

Task

Write a query that:

  • Groups people by city.

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