I am playing with the city table on the world database in MYSQL and I am having some strange results which I know are wrong. I want to know why that is happening and how to solve the situation.
select max(population) from city
## answer##
10500000 ##
which is the population of mumbai and when try to tie name to it here is what I get:
select, name, max(population) from city
## answer##
Kabul 10500000 ### which is not the population Kabul###