Average Population

Sort by

recency

|

701 Discussions

|

  • + 0 comments

    select round(avg(population),0) from city;

  • + 0 comments

    SELECT ROUND(AVG(POPULATION)) FROM CITY;

  • + 0 comments

    Query the average population for all cities in CITY, rounded down to the nearest integer.

  • + 0 comments

    Query the average population for all cities in CITY, rounded down to the nearest integer.

  • + 0 comments

    Query the average population for all cities in CITY, rounded down to the nearest integer.