Average Population

  • + 0 comments
    SELECT FLOOR(AVG(population))
    FROM city;