HackerRank MySQL - Average Population
Query the average population for all cities in CITY, rounded down to the nearest integer.
- SELECT FLOOR(AVG(POPULATION))
- FROM CITY;
Query the average population for all cities in CITY, rounded down to the nearest integer.
- SELECT FLOOR(AVG(POPULATION))
- FROM CITY;
Codesadda.com is your home of programming solutions, tutorials, video tutorials and much more. Sign Up for our weekly newsletter to get update about new content.