Hello coders, In this post, you will learn how to solve the Revising Aggregations The Count Function SQL Hacker Rank Solution. This problem is a part of the SQL Hacker Rank series.

Problem
Query a count of the number of cities in CITY having a Population larger than .
Input Format
The CITY table is described as follows:
Revising Aggregations The Count Function SQL Hacker Rank Solution
select count(*) from CITY WHERE POPULATION > 100000;
Disclaimer: The above Problem (Revising Aggregations – The Count Function) generated by Hackerrank but the Solution is Provided by Chase2Learn. This tutorial is only for Educational and Learning purposes.