SQL Basics: Simple HAVING
Last updated
Was this helpful?
Last updated
Was this helpful?
For this challenge you need to create a simple HAVING statement, you want to count how many people have the same age and return the groups with 10 or more people who have that age.
id
name
age
age
total_people
NOTE: Your solution should use pure SQL. Ruby is used within the test cases to do the actual testing.