Average Population

  • + 0 comments

    -- MySQL Solution ( Using ROUND() functin )

    select round(avg(population)) from CITY;