Hindi SQL FLOOR and AVG Average Population Aggregation HackerRank
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=zvEI2hTz8ac
Courses Provided by TG117 : https://tg117.in/courses/ • Question : Query the average population for all cities in CITY, rounded down to the nearest integer. • Question Link : https://www.hackerrank.com/challenges... • SQL FLOOR() Function: • The SQL `FLOOR()` function returns the largest integer value that is less than or equal to a given numeric expression. • SQL AVG() Function: • Description: • The SQL `AVG()` function calculates the average value of a set of values.
#############################
