Published onSaturday, May 1, 2021Hackerrank - Revising Aggregations - The Count Function solutionAuthorsNameImran PollobWebsite@pollmix#hackerrank#sql#aggregationProblem LinkSolution one:SELECT COUNT(ID) FROM CITY WHERE POPULATION > 100000; 📝 Edit this post