City数据
跳到导航
跳到搜索
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1, 'Kabul', 'AFG', 'Kabol', 1780000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2, 'Qandahar', 'AFG', 'Qandahar', 237500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3, 'Herat', 'AFG', 'Herat', 186800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4, 'Mazar-e-Sharif', 'AFG', 'Balkh', 127800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (5, 'Amsterdam', 'NLD', 'Noord-Holland', 731200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (6, 'Rotterdam', 'NLD', 'Zuid-Holland', 593321);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (7, 'Haag', 'NLD', 'Zuid-Holland', 440900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (8, 'Utrecht', 'NLD', 'Utrecht', 234323);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (9, 'Eindhoven', 'NLD', 'Noord-Brabant', 201843);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (10, 'Tilburg', 'NLD', 'Noord-Brabant', 193238);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (11, 'Groningen', 'NLD', 'Groningen', 172701);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (12, 'Breda', 'NLD', 'Noord-Brabant', 160398);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (13, 'Apeldoorn', 'NLD', 'Gelderland', 153491);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (14, 'Nijmegen', 'NLD', 'Gelderland', 152463);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (15, 'Enschede', 'NLD', 'Overijssel', 149544);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (16, 'Haarlem', 'NLD', 'Noord-Holland', 148772);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (17, 'Almere', 'NLD', 'Flevoland', 142465);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (18, 'Arnhem', 'NLD', 'Gelderland', 138020);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (19, 'Zaanstad', 'NLD', 'Noord-Holland', 135621);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (20, '´s-Hertogenbosch', 'NLD', 'Noord-Brabant', 129170);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (21, 'Amersfoort', 'NLD', 'Utrecht', 126270);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (22, 'Maastricht', 'NLD', 'Limburg', 122087);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (23, 'Dordrecht', 'NLD', 'Zuid-Holland', 119811);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (24, 'Leiden', 'NLD', 'Zuid-Holland', 117196);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (25, 'Haarlemmermeer', 'NLD', 'Noord-Holland', 110722);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (26, 'Zoetermeer', 'NLD', 'Zuid-Holland', 110214);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (27, 'Emmen', 'NLD', 'Drenthe', 105853);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (28, 'Zwolle', 'NLD', 'Overijssel', 105819);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (29, 'Ede', 'NLD', 'Gelderland', 101574);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (30, 'Delft', 'NLD', 'Zuid-Holland', 95268);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (31, 'Heerlen', 'NLD', 'Limburg', 95052);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (32, 'Alkmaar', 'NLD', 'Noord-Holland', 92713);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (33, 'Willemstad', 'ANT', 'Curaçao', 2345);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (34, 'Tirana', 'ALB', 'Tirana', 270000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (35, 'Alger', 'DZA', 'Alger', 2168000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (36, 'Oran', 'DZA', 'Oran', 609823);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (37, 'Constantine', 'DZA', 'Constantine', 443727);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (38, 'Annaba', 'DZA', 'Annaba', 222518);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (39, 'Batna', 'DZA', 'Batna', 183377);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (40, 'Sétif', 'DZA', 'Sétif', 179055);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (41, 'Sidi Bel Abbès', 'DZA', 'Sidi Bel Abbès', 153106);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (42, 'Skikda', 'DZA', 'Skikda', 128747);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (43, 'Biskra', 'DZA', 'Biskra', 128281);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (44, 'Blida (el-Boulaida)', 'DZA', 'Blida', 127284);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (45, 'Béjaïa', 'DZA', 'Béjaïa', 117162);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (46, 'Mostaganem', 'DZA', 'Mostaganem', 115212);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (47, 'Tébessa', 'DZA', 'Tébessa', 112007);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (48, 'Tlemcen (Tilimsen)', 'DZA', 'Tlemcen', 110242);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (49, 'Béchar', 'DZA', 'Béchar', 107311);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (50, 'Tiaret', 'DZA', 'Tiaret', 100118);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (51, 'Ech-Chleff (el-Asnam)', 'DZA', 'Chlef', 96794);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (52, 'Ghardaïa', 'DZA', 'Ghardaïa', 89415);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (53, 'Tafuna', 'ASM', 'Tutuila', 5200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (54, 'Fagatogo', 'ASM', 'Tutuila', 2323);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (55, 'Andorra la Vella', 'AND', 'Andorra la Vella', 21189);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (56, 'Luanda', 'AGO', 'Luanda', 2022000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (57, 'Huambo', 'AGO', 'Huambo', 163100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (58, 'Lobito', 'AGO', 'Benguela', 130000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (59, 'Benguela', 'AGO', 'Benguela', 128300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (60, 'Namibe', 'AGO', 'Namibe', 118200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (61, 'South Hill', 'AIA', '–', 961);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (62, 'The Valley', 'AIA', '–', 595);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (63, 'Saint John´s', 'ATG', 'St John', 24000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (64, 'Dubai', 'ARE', 'Dubai', 669181);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (65, 'Abu Dhabi', 'ARE', 'Abu Dhabi', 398695);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (66, 'Sharja', 'ARE', 'Sharja', 320095);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (67, 'al-Ayn', 'ARE', 'Abu Dhabi', 225970);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (68, 'Ajman', 'ARE', 'Ajman', 114395);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (69, 'Buenos Aires', 'ARG', 'Distrito Federal', 2982146);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (70, 'La Matanza', 'ARG', 'Buenos Aires', 1266461);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (71, 'Córdoba', 'ARG', 'Córdoba', 1157507);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (72, 'Rosario', 'ARG', 'Santa Fé', 907718);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (73, 'Lomas de Zamora', 'ARG', 'Buenos Aires', 622013);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (74, 'Quilmes', 'ARG', 'Buenos Aires', 559249);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (75, 'Almirante Brown', 'ARG', 'Buenos Aires', 538918);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (76, 'La Plata', 'ARG', 'Buenos Aires', 521936);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (77, 'Mar del Plata', 'ARG', 'Buenos Aires', 512880);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (78, 'San Miguel de Tucumán', 'ARG', 'Tucumán', 470809);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (79, 'Lanús', 'ARG', 'Buenos Aires', 469735);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (80, 'Merlo', 'ARG', 'Buenos Aires', 463846);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (81, 'General San MartÃn', 'ARG', 'Buenos Aires', 422542);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (82, 'Salta', 'ARG', 'Salta', 367550);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (83, 'Moreno', 'ARG', 'Buenos Aires', 356993);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (84, 'Santa Fé', 'ARG', 'Santa Fé', 353063);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (85, 'Avellaneda', 'ARG', 'Buenos Aires', 353046);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (86, 'Tres de Febrero', 'ARG', 'Buenos Aires', 352311);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (87, 'Morón', 'ARG', 'Buenos Aires', 349246);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (88, 'Florencio Varela', 'ARG', 'Buenos Aires', 315432);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (89, 'San Isidro', 'ARG', 'Buenos Aires', 306341);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (90, 'Tigre', 'ARG', 'Buenos Aires', 296226);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (91, 'Malvinas Argentinas', 'ARG', 'Buenos Aires', 290335);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (92, 'Vicente López', 'ARG', 'Buenos Aires', 288341);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (93, 'Berazategui', 'ARG', 'Buenos Aires', 276916);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (94, 'Corrientes', 'ARG', 'Corrientes', 258103);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (95, 'San Miguel', 'ARG', 'Buenos Aires', 248700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (96, 'BahÃa Blanca', 'ARG', 'Buenos Aires', 239810);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (97, 'Esteban EcheverrÃa', 'ARG', 'Buenos Aires', 235760);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (98, 'Resistencia', 'ARG', 'Chaco', 229212);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (99, 'José C. Paz', 'ARG', 'Buenos Aires', 221754);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (100, 'Paraná', 'ARG', 'Entre Rios', 207041);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (101, 'Godoy Cruz', 'ARG', 'Mendoza', 206998);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (102, 'Posadas', 'ARG', 'Misiones', 201273);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (103, 'Guaymallén', 'ARG', 'Mendoza', 200595);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (104, 'Santiago del Estero', 'ARG', 'Santiago del Estero', 189947);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (105, 'San Salvador de Jujuy', 'ARG', 'Jujuy', 178748);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (106, 'Hurlingham', 'ARG', 'Buenos Aires', 170028);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (107, 'Neuquén', 'ARG', 'Neuquén', 167296);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (108, 'Ituzaingó', 'ARG', 'Buenos Aires', 158197);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (109, 'San Fernando', 'ARG', 'Buenos Aires', 153036);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (110, 'Formosa', 'ARG', 'Formosa', 147636);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (111, 'Las Heras', 'ARG', 'Mendoza', 145823);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (112, 'La Rioja', 'ARG', 'La Rioja', 138117);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (113, 'San Fernando del Valle de Cata', 'ARG', 'Catamarca', 134935);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (114, 'RÃo Cuarto', 'ARG', 'Córdoba', 134355);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (115, 'Comodoro Rivadavia', 'ARG', 'Chubut', 124104);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (116, 'Mendoza', 'ARG', 'Mendoza', 123027);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (117, 'San Nicolás de los Arroyos', 'ARG', 'Buenos Aires', 119302);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (118, 'San Juan', 'ARG', 'San Juan', 119152);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (119, 'Escobar', 'ARG', 'Buenos Aires', 116675);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (120, 'Concordia', 'ARG', 'Entre Rios', 116485);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (121, 'Pilar', 'ARG', 'Buenos Aires', 113428);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (122, 'San Luis', 'ARG', 'San Luis', 110136);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (123, 'Ezeiza', 'ARG', 'Buenos Aires', 99578);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (124, 'San Rafael', 'ARG', 'Mendoza', 94651);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (125, 'Tandil', 'ARG', 'Buenos Aires', 91101);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (126, 'Yerevan', 'ARM', 'Yerevan', 1248700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (127, 'Gjumri', 'ARM', 'Širak', 211700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (128, 'Vanadzor', 'ARM', 'Lori', 172700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (129, 'Oranjestad', 'ABW', '–', 29034);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (130, 'Sydney', 'AUS', 'New South Wales', 3276207);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (131, 'Melbourne', 'AUS', 'Victoria', 2865329);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (132, 'Brisbane', 'AUS', 'Queensland', 1291117);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (133, 'Perth', 'AUS', 'West Australia', 1096829);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (134, 'Adelaide', 'AUS', 'South Australia', 978100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (135, 'Canberra', 'AUS', 'Capital Region', 322723);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (136, 'Gold Coast', 'AUS', 'Queensland', 311932);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (137, 'Newcastle', 'AUS', 'New South Wales', 270324);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (138, 'Central Coast', 'AUS', 'New South Wales', 227657);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (139, 'Wollongong', 'AUS', 'New South Wales', 219761);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (140, 'Hobart', 'AUS', 'Tasmania', 126118);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (141, 'Geelong', 'AUS', 'Victoria', 125382);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (142, 'Townsville', 'AUS', 'Queensland', 109914);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (143, 'Cairns', 'AUS', 'Queensland', 92273);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (144, 'Baku', 'AZE', 'Baki', 1787800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (145, 'Gäncä', 'AZE', 'Gäncä', 299300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (146, 'Sumqayit', 'AZE', 'Sumqayit', 283000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (147, 'Mingäçevir', 'AZE', 'Mingäçevir', 93900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (148, 'Nassau', 'BHS', 'New Providence', 172000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (149, 'al-Manama', 'BHR', 'al-Manama', 148000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (150, 'Dhaka', 'BGD', 'Dhaka', 3612850);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (151, 'Chittagong', 'BGD', 'Chittagong', 1392860);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (152, 'Khulna', 'BGD', 'Khulna', 663340);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (153, 'Rajshahi', 'BGD', 'Rajshahi', 294056);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (154, 'Narayanganj', 'BGD', 'Dhaka', 202134);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (155, 'Rangpur', 'BGD', 'Rajshahi', 191398);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (156, 'Mymensingh', 'BGD', 'Dhaka', 188713);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (157, 'Barisal', 'BGD', 'Barisal', 170232);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (158, 'Tungi', 'BGD', 'Dhaka', 168702);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (159, 'Jessore', 'BGD', 'Khulna', 139710);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (160, 'Comilla', 'BGD', 'Chittagong', 135313);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (161, 'Nawabganj', 'BGD', 'Rajshahi', 130577);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (162, 'Dinajpur', 'BGD', 'Rajshahi', 127815);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (163, 'Bogra', 'BGD', 'Rajshahi', 120170);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (164, 'Sylhet', 'BGD', 'Sylhet', 117396);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (165, 'Brahmanbaria', 'BGD', 'Chittagong', 109032);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (166, 'Tangail', 'BGD', 'Dhaka', 106004);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (167, 'Jamalpur', 'BGD', 'Dhaka', 103556);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (168, 'Pabna', 'BGD', 'Rajshahi', 103277);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (169, 'Naogaon', 'BGD', 'Rajshahi', 101266);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (170, 'Sirajganj', 'BGD', 'Rajshahi', 99669);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (171, 'Narsinghdi', 'BGD', 'Dhaka', 98342);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (172, 'Saidpur', 'BGD', 'Rajshahi', 96777);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (173, 'Gazipur', 'BGD', 'Dhaka', 96717);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (174, 'Bridgetown', 'BRB', 'St Michael', 6070);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (175, 'Antwerpen', 'BEL', 'Antwerpen', 446525);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (176, 'Gent', 'BEL', 'East Flanderi', 224180);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (177, 'Charleroi', 'BEL', 'Hainaut', 200827);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (178, 'Liège', 'BEL', 'Liège', 185639);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (179, 'Bruxelles [Brussel]', 'BEL', 'Bryssel', 133859);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (180, 'Brugge', 'BEL', 'West Flanderi', 116246);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (181, 'Schaerbeek', 'BEL', 'Bryssel', 105692);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (182, 'Namur', 'BEL', 'Namur', 105419);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (183, 'Mons', 'BEL', 'Hainaut', 90935);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (184, 'Belize City', 'BLZ', 'Belize City', 55810);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (185, 'Belmopan', 'BLZ', 'Cayo', 7105);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (186, 'Cotonou', 'BEN', 'Atlantique', 536827);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (187, 'Porto-Novo', 'BEN', 'Ouémé', 194000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (188, 'Djougou', 'BEN', 'Atacora', 134099);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (189, 'Parakou', 'BEN', 'Borgou', 103577);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (190, 'Saint George', 'BMU', 'Saint George´s', 1800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (191, 'Hamilton', 'BMU', 'Hamilton', 1200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (192, 'Thimphu', 'BTN', 'Thimphu', 22000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (193, 'Santa Cruz de la Sierra', 'BOL', 'Santa Cruz', 935361);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (194, 'La Paz', 'BOL', 'La Paz', 758141);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (195, 'El Alto', 'BOL', 'La Paz', 534466);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (196, 'Cochabamba', 'BOL', 'Cochabamba', 482800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (197, 'Oruro', 'BOL', 'Oruro', 223553);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (198, 'Sucre', 'BOL', 'Chuquisaca', 178426);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (199, 'PotosÃ', 'BOL', 'PotosÃ', 140642);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (200, 'Tarija', 'BOL', 'Tarija', 125255);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (201, 'Sarajevo', 'BIH', 'Federaatio', 360000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (202, 'Banja Luka', 'BIH', 'Republika Srpska', 143079);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (203, 'Zenica', 'BIH', 'Federaatio', 96027);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (204, 'Gaborone', 'BWA', 'Gaborone', 213017);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (205, 'Francistown', 'BWA', 'Francistown', 101805);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (206, 'São Paulo', 'BRA', 'São Paulo', 9968485);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (207, 'Rio de Janeiro', 'BRA', 'Rio de Janeiro', 5598953);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (208, 'Salvador', 'BRA', 'Bahia', 2302832);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (209, 'Belo Horizonte', 'BRA', 'Minas Gerais', 2139125);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (210, 'Fortaleza', 'BRA', 'Ceará', 2097757);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (211, 'BrasÃlia', 'BRA', 'Distrito Federal', 1969868);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (212, 'Curitiba', 'BRA', 'Paraná', 1584232);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (213, 'Recife', 'BRA', 'Pernambuco', 1378087);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (214, 'Porto Alegre', 'BRA', 'Rio Grande do Sul', 1314032);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (215, 'Manaus', 'BRA', 'Amazonas', 1255049);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (216, 'Belém', 'BRA', 'Pará', 1186926);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (217, 'Guarulhos', 'BRA', 'São Paulo', 1095874);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (218, 'Goiânia', 'BRA', 'Goiás', 1056330);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (219, 'Campinas', 'BRA', 'São Paulo', 950043);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (220, 'São Gonçalo', 'BRA', 'Rio de Janeiro', 869254);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (221, 'Nova Iguaçu', 'BRA', 'Rio de Janeiro', 862225);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (222, 'São LuÃs', 'BRA', 'Maranhão', 837588);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (223, 'Maceió', 'BRA', 'Alagoas', 786288);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (224, 'Duque de Caxias', 'BRA', 'Rio de Janeiro', 746758);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (225, 'São Bernardo do Campo', 'BRA', 'São Paulo', 723132);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (226, 'Teresina', 'BRA', 'PiauÃ', 691942);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (227, 'Natal', 'BRA', 'Rio Grande do Norte', 688955);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (228, 'Osasco', 'BRA', 'São Paulo', 659604);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (229, 'Campo Grande', 'BRA', 'Mato Grosso do Sul', 649593);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (230, 'Santo André', 'BRA', 'São Paulo', 630073);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (231, 'João Pessoa', 'BRA', 'ParaÃba', 584029);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (232, 'Jaboatão dos Guararapes', 'BRA', 'Pernambuco', 558680);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (233, 'Contagem', 'BRA', 'Minas Gerais', 520801);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (234, 'São José dos Campos', 'BRA', 'São Paulo', 515553);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (235, 'Uberlândia', 'BRA', 'Minas Gerais', 487222);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (236, 'Feira de Santana', 'BRA', 'Bahia', 479992);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (237, 'Ribeirão Preto', 'BRA', 'São Paulo', 473276);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (238, 'Sorocaba', 'BRA', 'São Paulo', 466823);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (239, 'Niterói', 'BRA', 'Rio de Janeiro', 459884);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (240, 'Cuiabá', 'BRA', 'Mato Grosso', 453813);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (241, 'Juiz de Fora', 'BRA', 'Minas Gerais', 450288);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (242, 'Aracaju', 'BRA', 'Sergipe', 445555);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (243, 'São João de Meriti', 'BRA', 'Rio de Janeiro', 440052);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (244, 'Londrina', 'BRA', 'Paraná', 432257);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (245, 'Joinville', 'BRA', 'Santa Catarina', 428011);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (246, 'Belford Roxo', 'BRA', 'Rio de Janeiro', 425194);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (247, 'Santos', 'BRA', 'São Paulo', 408748);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (248, 'Ananindeua', 'BRA', 'Pará', 400940);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (249, 'Campos dos Goytacazes', 'BRA', 'Rio de Janeiro', 398418);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (250, 'Mauá', 'BRA', 'São Paulo', 375055);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (251, 'CarapicuÃba', 'BRA', 'São Paulo', 357552);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (252, 'Olinda', 'BRA', 'Pernambuco', 354732);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (253, 'Campina Grande', 'BRA', 'ParaÃba', 352497);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (254, 'São José do Rio Preto', 'BRA', 'São Paulo', 351944);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (255, 'Caxias do Sul', 'BRA', 'Rio Grande do Sul', 349581);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (256, 'Moji das Cruzes', 'BRA', 'São Paulo', 339194);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (257, 'Diadema', 'BRA', 'São Paulo', 335078);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (258, 'Aparecida de Goiânia', 'BRA', 'Goiás', 324662);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (259, 'Piracicaba', 'BRA', 'São Paulo', 319104);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (260, 'Cariacica', 'BRA', 'EspÃrito Santo', 319033);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (261, 'Vila Velha', 'BRA', 'EspÃrito Santo', 318758);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (262, 'Pelotas', 'BRA', 'Rio Grande do Sul', 315415);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (263, 'Bauru', 'BRA', 'São Paulo', 313670);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (264, 'Porto Velho', 'BRA', 'Rondônia', 309750);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (265, 'Serra', 'BRA', 'EspÃrito Santo', 302666);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (266, 'Betim', 'BRA', 'Minas Gerais', 302108);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (267, 'JundÃaÃ', 'BRA', 'São Paulo', 296127);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (268, 'Canoas', 'BRA', 'Rio Grande do Sul', 294125);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (269, 'Franca', 'BRA', 'São Paulo', 290139);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (270, 'São Vicente', 'BRA', 'São Paulo', 286848);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (271, 'Maringá', 'BRA', 'Paraná', 286461);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (272, 'Montes Claros', 'BRA', 'Minas Gerais', 286058);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (273, 'Anápolis', 'BRA', 'Goiás', 282197);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (274, 'Florianópolis', 'BRA', 'Santa Catarina', 281928);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (275, 'Petrópolis', 'BRA', 'Rio de Janeiro', 279183);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (276, 'Itaquaquecetuba', 'BRA', 'São Paulo', 270874);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (277, 'Vitória', 'BRA', 'EspÃrito Santo', 270626);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (278, 'Ponta Grossa', 'BRA', 'Paraná', 268013);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (279, 'Rio Branco', 'BRA', 'Acre', 259537);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (280, 'Foz do Iguaçu', 'BRA', 'Paraná', 259425);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (281, 'Macapá', 'BRA', 'Amapá', 256033);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (282, 'Ilhéus', 'BRA', 'Bahia', 254970);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (283, 'Vitória da Conquista', 'BRA', 'Bahia', 253587);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (284, 'Uberaba', 'BRA', 'Minas Gerais', 249225);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (285, 'Paulista', 'BRA', 'Pernambuco', 248473);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (286, 'Limeira', 'BRA', 'São Paulo', 245497);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (287, 'Blumenau', 'BRA', 'Santa Catarina', 244379);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (288, 'Caruaru', 'BRA', 'Pernambuco', 244247);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (289, 'Santarém', 'BRA', 'Pará', 241771);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (290, 'Volta Redonda', 'BRA', 'Rio de Janeiro', 240315);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (291, 'Novo Hamburgo', 'BRA', 'Rio Grande do Sul', 239940);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (292, 'Caucaia', 'BRA', 'Ceará', 238738);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (293, 'Santa Maria', 'BRA', 'Rio Grande do Sul', 238473);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (294, 'Cascavel', 'BRA', 'Paraná', 237510);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (295, 'Guarujá', 'BRA', 'São Paulo', 237206);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (296, 'Ribeirão das Neves', 'BRA', 'Minas Gerais', 232685);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (297, 'Governador Valadares', 'BRA', 'Minas Gerais', 231724);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (298, 'Taubaté', 'BRA', 'São Paulo', 229130);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (299, 'Imperatriz', 'BRA', 'Maranhão', 224564);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (300, 'GravataÃ', 'BRA', 'Rio Grande do Sul', 223011);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (301, 'Embu', 'BRA', 'São Paulo', 222223);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (302, 'Mossoró', 'BRA', 'Rio Grande do Norte', 214901);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (303, 'Várzea Grande', 'BRA', 'Mato Grosso', 214435);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (304, 'Petrolina', 'BRA', 'Pernambuco', 210540);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (305, 'Barueri', 'BRA', 'São Paulo', 208426);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (306, 'Viamão', 'BRA', 'Rio Grande do Sul', 207557);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (307, 'Ipatinga', 'BRA', 'Minas Gerais', 206338);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (308, 'Juazeiro', 'BRA', 'Bahia', 201073);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (309, 'Juazeiro do Norte', 'BRA', 'Ceará', 199636);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (310, 'Taboão da Serra', 'BRA', 'São Paulo', 197550);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (311, 'São José dos Pinhais', 'BRA', 'Paraná', 196884);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (312, 'Magé', 'BRA', 'Rio de Janeiro', 196147);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (313, 'Suzano', 'BRA', 'São Paulo', 195434);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (314, 'São Leopoldo', 'BRA', 'Rio Grande do Sul', 189258);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (315, 'MarÃlia', 'BRA', 'São Paulo', 188691);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (316, 'São Carlos', 'BRA', 'São Paulo', 187122);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (317, 'Sumaré', 'BRA', 'São Paulo', 186205);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (318, 'Presidente Prudente', 'BRA', 'São Paulo', 185340);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (319, 'Divinópolis', 'BRA', 'Minas Gerais', 185047);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (320, 'Sete Lagoas', 'BRA', 'Minas Gerais', 182984);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (321, 'Rio Grande', 'BRA', 'Rio Grande do Sul', 182222);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (322, 'Itabuna', 'BRA', 'Bahia', 182148);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (323, 'Jequié', 'BRA', 'Bahia', 179128);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (324, 'Arapiraca', 'BRA', 'Alagoas', 178988);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (325, 'Colombo', 'BRA', 'Paraná', 177764);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (326, 'Americana', 'BRA', 'São Paulo', 177409);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (327, 'Alvorada', 'BRA', 'Rio Grande do Sul', 175574);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (328, 'Araraquara', 'BRA', 'São Paulo', 174381);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (329, 'ItaboraÃ', 'BRA', 'Rio de Janeiro', 173977);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (330, 'Santa Bárbara d´Oeste', 'BRA', 'São Paulo', 171657);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (331, 'Nova Friburgo', 'BRA', 'Rio de Janeiro', 170697);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (332, 'JacareÃ', 'BRA', 'São Paulo', 170356);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (333, 'Araçatuba', 'BRA', 'São Paulo', 169303);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (334, 'Barra Mansa', 'BRA', 'Rio de Janeiro', 168953);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (335, 'Praia Grande', 'BRA', 'São Paulo', 168434);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (336, 'Marabá', 'BRA', 'Pará', 167795);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (337, 'Criciúma', 'BRA', 'Santa Catarina', 167661);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (338, 'Boa Vista', 'BRA', 'Roraima', 167185);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (339, 'Passo Fundo', 'BRA', 'Rio Grande do Sul', 166343);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (340, 'Dourados', 'BRA', 'Mato Grosso do Sul', 164716);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (341, 'Santa Luzia', 'BRA', 'Minas Gerais', 164704);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (342, 'Rio Claro', 'BRA', 'São Paulo', 163551);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (343, 'Maracanaú', 'BRA', 'Ceará', 162022);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (344, 'Guarapuava', 'BRA', 'Paraná', 160510);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (345, 'Rondonópolis', 'BRA', 'Mato Grosso', 155115);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (346, 'São José', 'BRA', 'Santa Catarina', 155105);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (347, 'Cachoeiro de Itapemirim', 'BRA', 'EspÃrito Santo', 155024);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (348, 'Nilópolis', 'BRA', 'Rio de Janeiro', 153383);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (349, 'Itapevi', 'BRA', 'São Paulo', 150664);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (350, 'Cabo de Santo Agostinho', 'BRA', 'Pernambuco', 149964);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (351, 'Camaçari', 'BRA', 'Bahia', 149146);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (352, 'Sobral', 'BRA', 'Ceará', 146005);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (353, 'ItajaÃ', 'BRA', 'Santa Catarina', 145197);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (354, 'Chapecó', 'BRA', 'Santa Catarina', 144158);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (355, 'Cotia', 'BRA', 'São Paulo', 140042);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (356, 'Lages', 'BRA', 'Santa Catarina', 139570);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (357, 'Ferraz de Vasconcelos', 'BRA', 'São Paulo', 139283);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (358, 'Indaiatuba', 'BRA', 'São Paulo', 135968);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (359, 'Hortolândia', 'BRA', 'São Paulo', 135755);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (360, 'Caxias', 'BRA', 'Maranhão', 133980);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (361, 'São Caetano do Sul', 'BRA', 'São Paulo', 133321);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (362, 'Itu', 'BRA', 'São Paulo', 132736);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (363, 'Nossa Senhora do Socorro', 'BRA', 'Sergipe', 131351);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (364, 'ParnaÃba', 'BRA', 'PiauÃ', 129756);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (365, 'Poços de Caldas', 'BRA', 'Minas Gerais', 129683);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (366, 'Teresópolis', 'BRA', 'Rio de Janeiro', 128079);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (367, 'Barreiras', 'BRA', 'Bahia', 127801);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (368, 'Castanhal', 'BRA', 'Pará', 127634);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (369, 'Alagoinhas', 'BRA', 'Bahia', 126820);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (370, 'Itapecerica da Serra', 'BRA', 'São Paulo', 126672);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (371, 'Uruguaiana', 'BRA', 'Rio Grande do Sul', 126305);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (372, 'Paranaguá', 'BRA', 'Paraná', 126076);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (373, 'Ibirité', 'BRA', 'Minas Gerais', 125982);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (374, 'Timon', 'BRA', 'Maranhão', 125812);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (375, 'Luziânia', 'BRA', 'Goiás', 125597);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (376, 'Macaé', 'BRA', 'Rio de Janeiro', 125597);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (377, 'Teófilo Otoni', 'BRA', 'Minas Gerais', 124489);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (378, 'Moji-Guaçu', 'BRA', 'São Paulo', 123782);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (379, 'Palmas', 'BRA', 'Tocantins', 121919);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (380, 'Pindamonhangaba', 'BRA', 'São Paulo', 121904);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (381, 'Francisco Morato', 'BRA', 'São Paulo', 121197);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (382, 'Bagé', 'BRA', 'Rio Grande do Sul', 120793);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (383, 'Sapucaia do Sul', 'BRA', 'Rio Grande do Sul', 120217);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (384, 'Cabo Frio', 'BRA', 'Rio de Janeiro', 119503);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (385, 'Itapetininga', 'BRA', 'São Paulo', 119391);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (386, 'Patos de Minas', 'BRA', 'Minas Gerais', 119262);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (387, 'Camaragibe', 'BRA', 'Pernambuco', 118968);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (388, 'Bragança Paulista', 'BRA', 'São Paulo', 116929);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (389, 'Queimados', 'BRA', 'Rio de Janeiro', 115020);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (390, 'AraguaÃna', 'BRA', 'Tocantins', 114948);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (391, 'Garanhuns', 'BRA', 'Pernambuco', 114603);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (392, 'Vitória de Santo Antão', 'BRA', 'Pernambuco', 113595);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (393, 'Santa Rita', 'BRA', 'ParaÃba', 113135);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (394, 'Barbacena', 'BRA', 'Minas Gerais', 113079);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (395, 'Abaetetuba', 'BRA', 'Pará', 111258);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (396, 'Jaú', 'BRA', 'São Paulo', 109965);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (397, 'Lauro de Freitas', 'BRA', 'Bahia', 109236);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (398, 'Franco da Rocha', 'BRA', 'São Paulo', 108964);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (399, 'Teixeira de Freitas', 'BRA', 'Bahia', 108441);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (400, 'Varginha', 'BRA', 'Minas Gerais', 108314);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (401, 'Ribeirão Pires', 'BRA', 'São Paulo', 108121);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (402, 'Sabará', 'BRA', 'Minas Gerais', 107781);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (403, 'Catanduva', 'BRA', 'São Paulo', 107761);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (404, 'Rio Verde', 'BRA', 'Goiás', 107755);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (405, 'Botucatu', 'BRA', 'São Paulo', 107663);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (406, 'Colatina', 'BRA', 'EspÃrito Santo', 107354);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (407, 'Santa Cruz do Sul', 'BRA', 'Rio Grande do Sul', 106734);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (408, 'Linhares', 'BRA', 'EspÃrito Santo', 106278);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (409, 'Apucarana', 'BRA', 'Paraná', 105114);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (410, 'Barretos', 'BRA', 'São Paulo', 104156);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (411, 'Guaratinguetá', 'BRA', 'São Paulo', 103433);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (412, 'Cachoeirinha', 'BRA', 'Rio Grande do Sul', 103240);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (413, 'Codó', 'BRA', 'Maranhão', 103153);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (414, 'Jaraguá do Sul', 'BRA', 'Santa Catarina', 102580);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (415, 'Cubatão', 'BRA', 'São Paulo', 102372);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (416, 'Itabira', 'BRA', 'Minas Gerais', 102217);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (417, 'Itaituba', 'BRA', 'Pará', 101320);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (418, 'Araras', 'BRA', 'São Paulo', 101046);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (419, 'Resende', 'BRA', 'Rio de Janeiro', 100627);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (420, 'Atibaia', 'BRA', 'São Paulo', 100356);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (421, 'Pouso Alegre', 'BRA', 'Minas Gerais', 100028);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (422, 'Toledo', 'BRA', 'Paraná', 99387);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (423, 'Crato', 'BRA', 'Ceará', 98965);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (424, 'Passos', 'BRA', 'Minas Gerais', 98570);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (425, 'Araguari', 'BRA', 'Minas Gerais', 98399);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (426, 'São José de Ribamar', 'BRA', 'Maranhão', 98318);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (427, 'Pinhais', 'BRA', 'Paraná', 98198);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (428, 'Sertãozinho', 'BRA', 'São Paulo', 98140);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (429, 'Conselheiro Lafaiete', 'BRA', 'Minas Gerais', 97507);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (430, 'Paulo Afonso', 'BRA', 'Bahia', 97291);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (431, 'Angra dos Reis', 'BRA', 'Rio de Janeiro', 96864);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (432, 'Eunápolis', 'BRA', 'Bahia', 96610);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (433, 'Salto', 'BRA', 'São Paulo', 96348);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (434, 'Ourinhos', 'BRA', 'São Paulo', 96291);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (435, 'Parnamirim', 'BRA', 'Rio Grande do Norte', 96210);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (436, 'Jacobina', 'BRA', 'Bahia', 96131);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (437, 'Coronel Fabriciano', 'BRA', 'Minas Gerais', 95933);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (438, 'Birigui', 'BRA', 'São Paulo', 94685);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (439, 'TatuÃ', 'BRA', 'São Paulo', 93897);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (440, 'Ji-Paraná', 'BRA', 'Rondônia', 93346);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (441, 'Bacabal', 'BRA', 'Maranhão', 93121);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (442, 'Cametá', 'BRA', 'Pará', 92779);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (443, 'GuaÃba', 'BRA', 'Rio Grande do Sul', 92224);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (444, 'São Lourenço da Mata', 'BRA', 'Pernambuco', 91999);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (445, 'Santana do Livramento', 'BRA', 'Rio Grande do Sul', 91779);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (446, 'Votorantim', 'BRA', 'São Paulo', 91777);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (447, 'Campo Largo', 'BRA', 'Paraná', 91203);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (448, 'Patos', 'BRA', 'ParaÃba', 90519);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (449, 'Ituiutaba', 'BRA', 'Minas Gerais', 90507);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (450, 'Corumbá', 'BRA', 'Mato Grosso do Sul', 90111);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (451, 'Palhoça', 'BRA', 'Santa Catarina', 89465);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (452, 'Barra do PiraÃ', 'BRA', 'Rio de Janeiro', 89388);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (453, 'Bento Gonçalves', 'BRA', 'Rio Grande do Sul', 89254);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (454, 'Poá', 'BRA', 'São Paulo', 89236);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (455, 'Ãguas Lindas de Goiás', 'BRA', 'Goiás', 89200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (456, 'London', 'GBR', 'England', 7285000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (457, 'Birmingham', 'GBR', 'England', 1013000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (458, 'Glasgow', 'GBR', 'Scotland', 619680);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (459, 'Liverpool', 'GBR', 'England', 461000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (460, 'Edinburgh', 'GBR', 'Scotland', 450180);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (461, 'Sheffield', 'GBR', 'England', 431607);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (462, 'Manchester', 'GBR', 'England', 430000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (463, 'Leeds', 'GBR', 'England', 424194);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (464, 'Bristol', 'GBR', 'England', 402000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (465, 'Cardiff', 'GBR', 'Wales', 321000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (466, 'Coventry', 'GBR', 'England', 304000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (467, 'Leicester', 'GBR', 'England', 294000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (468, 'Bradford', 'GBR', 'England', 289376);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (469, 'Belfast', 'GBR', 'North Ireland', 287500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (470, 'Nottingham', 'GBR', 'England', 287000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (471, 'Kingston upon Hull', 'GBR', 'England', 262000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (472, 'Plymouth', 'GBR', 'England', 253000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (473, 'Stoke-on-Trent', 'GBR', 'England', 252000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (474, 'Wolverhampton', 'GBR', 'England', 242000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (475, 'Derby', 'GBR', 'England', 236000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (476, 'Swansea', 'GBR', 'Wales', 230000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (477, 'Southampton', 'GBR', 'England', 216000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (478, 'Aberdeen', 'GBR', 'Scotland', 213070);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (479, 'Northampton', 'GBR', 'England', 196000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (480, 'Dudley', 'GBR', 'England', 192171);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (481, 'Portsmouth', 'GBR', 'England', 190000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (482, 'Newcastle upon Tyne', 'GBR', 'England', 189150);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (483, 'Sunderland', 'GBR', 'England', 183310);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (484, 'Luton', 'GBR', 'England', 183000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (485, 'Swindon', 'GBR', 'England', 180000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (486, 'Southend-on-Sea', 'GBR', 'England', 176000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (487, 'Walsall', 'GBR', 'England', 174739);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (488, 'Bournemouth', 'GBR', 'England', 162000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (489, 'Peterborough', 'GBR', 'England', 156000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (490, 'Brighton', 'GBR', 'England', 156124);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (491, 'Blackpool', 'GBR', 'England', 151000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (492, 'Dundee', 'GBR', 'Scotland', 146690);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (493, 'West Bromwich', 'GBR', 'England', 146386);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (494, 'Reading', 'GBR', 'England', 148000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (495, 'Oldbury/Smethwick (Warley)', 'GBR', 'England', 145542);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (496, 'Middlesbrough', 'GBR', 'England', 145000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (497, 'Huddersfield', 'GBR', 'England', 143726);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (498, 'Oxford', 'GBR', 'England', 144000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (499, 'Poole', 'GBR', 'England', 141000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (500, 'Bolton', 'GBR', 'England', 139020);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (501, 'Blackburn', 'GBR', 'England', 140000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (502, 'Newport', 'GBR', 'Wales', 139000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (503, 'Preston', 'GBR', 'England', 135000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (504, 'Stockport', 'GBR', 'England', 132813);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (505, 'Norwich', 'GBR', 'England', 124000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (506, 'Rotherham', 'GBR', 'England', 121380);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (507, 'Cambridge', 'GBR', 'England', 121000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (508, 'Watford', 'GBR', 'England', 113080);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (509, 'Ipswich', 'GBR', 'England', 114000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (510, 'Slough', 'GBR', 'England', 112000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (511, 'Exeter', 'GBR', 'England', 111000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (512, 'Cheltenham', 'GBR', 'England', 106000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (513, 'Gloucester', 'GBR', 'England', 107000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (514, 'Saint Helens', 'GBR', 'England', 106293);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (515, 'Sutton Coldfield', 'GBR', 'England', 106001);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (516, 'York', 'GBR', 'England', 104425);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (517, 'Oldham', 'GBR', 'England', 103931);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (518, 'Basildon', 'GBR', 'England', 100924);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (519, 'Worthing', 'GBR', 'England', 100000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (520, 'Chelmsford', 'GBR', 'England', 97451);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (521, 'Colchester', 'GBR', 'England', 96063);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (522, 'Crawley', 'GBR', 'England', 97000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (523, 'Gillingham', 'GBR', 'England', 92000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (524, 'Solihull', 'GBR', 'England', 94531);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (525, 'Rochdale', 'GBR', 'England', 94313);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (526, 'Birkenhead', 'GBR', 'England', 93087);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (527, 'Worcester', 'GBR', 'England', 95000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (528, 'Hartlepool', 'GBR', 'England', 92000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (529, 'Halifax', 'GBR', 'England', 91069);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (530, 'Woking/Byfleet', 'GBR', 'England', 92000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (531, 'Southport', 'GBR', 'England', 90959);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (532, 'Maidstone', 'GBR', 'England', 90878);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (533, 'Eastbourne', 'GBR', 'England', 90000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (534, 'Grimsby', 'GBR', 'England', 89000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (535, 'Saint Helier', 'GBR', 'Jersey', 27523);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (536, 'Douglas', 'GBR', '–', 23487);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (537, 'Road Town', 'VGB', 'Tortola', 8000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (538, 'Bandar Seri Begawan', 'BRN', 'Brunei and Muara', 21484);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (539, 'Sofija', 'BGR', 'Grad Sofija', 1122302);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (540, 'Plovdiv', 'BGR', 'Plovdiv', 342584);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (541, 'Varna', 'BGR', 'Varna', 299801);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (542, 'Burgas', 'BGR', 'Burgas', 195255);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (543, 'Ruse', 'BGR', 'Ruse', 166467);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (544, 'Stara Zagora', 'BGR', 'Haskovo', 147939);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (545, 'Pleven', 'BGR', 'Lovec', 121952);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (546, 'Sliven', 'BGR', 'Burgas', 105530);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (547, 'Dobric', 'BGR', 'Varna', 100399);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (548, 'Šumen', 'BGR', 'Varna', 94686);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (549, 'Ouagadougou', 'BFA', 'Kadiogo', 824000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (550, 'Bobo-Dioulasso', 'BFA', 'Houet', 300000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (551, 'Koudougou', 'BFA', 'Boulkiemdé', 105000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (552, 'Bujumbura', 'BDI', 'Bujumbura', 300000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (553, 'George Town', 'CYM', 'Grand Cayman', 19600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (554, 'Santiago de Chile', 'CHL', 'Santiago', 4703954);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (555, 'Puente Alto', 'CHL', 'Santiago', 386236);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (556, 'Viña del Mar', 'CHL', 'ValparaÃso', 312493);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (557, 'ValparaÃso', 'CHL', 'ValparaÃso', 293800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (558, 'Talcahuano', 'CHL', 'BÃobÃo', 277752);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (559, 'Antofagasta', 'CHL', 'Antofagasta', 251429);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (560, 'San Bernardo', 'CHL', 'Santiago', 241910);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (561, 'Temuco', 'CHL', 'La AraucanÃa', 233041);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (562, 'Concepción', 'CHL', 'BÃobÃo', 217664);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (563, 'Rancagua', 'CHL', 'O´Higgins', 212977);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (564, 'Arica', 'CHL', 'Tarapacá', 189036);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (565, 'Talca', 'CHL', 'Maule', 187557);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (566, 'Chillán', 'CHL', 'BÃobÃo', 178182);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (567, 'Iquique', 'CHL', 'Tarapacá', 177892);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (568, 'Los Angeles', 'CHL', 'BÃobÃo', 158215);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (569, 'Puerto Montt', 'CHL', 'Los Lagos', 152194);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (570, 'Coquimbo', 'CHL', 'Coquimbo', 143353);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (571, 'Osorno', 'CHL', 'Los Lagos', 141468);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (572, 'La Serena', 'CHL', 'Coquimbo', 137409);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (573, 'Calama', 'CHL', 'Antofagasta', 137265);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (574, 'Valdivia', 'CHL', 'Los Lagos', 133106);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (575, 'Punta Arenas', 'CHL', 'Magallanes', 125631);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (576, 'Copiapó', 'CHL', 'Atacama', 120128);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (577, 'Quilpué', 'CHL', 'ValparaÃso', 118857);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (578, 'Curicó', 'CHL', 'Maule', 115766);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (579, 'Ovalle', 'CHL', 'Coquimbo', 94854);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (580, 'Coronel', 'CHL', 'BÃobÃo', 93061);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (581, 'San Pedro de la Paz', 'CHL', 'BÃobÃo', 91684);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (582, 'Melipilla', 'CHL', 'Santiago', 91056);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (583, 'Avarua', 'COK', 'Rarotonga', 11900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (584, 'San José', 'CRI', 'San José', 339131);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (585, 'Djibouti', 'DJI', 'Djibouti', 383000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (586, 'Roseau', 'DMA', 'St George', 16243);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (587, 'Santo Domingo de Guzmán', 'DOM', 'Distrito Nacional', 1609966);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (588, 'Santiago de los Caballeros', 'DOM', 'Santiago', 365463);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (589, 'La Romana', 'DOM', 'La Romana', 140204);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (590, 'San Pedro de MacorÃs', 'DOM', 'San Pedro de MacorÃ', 124735);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (591, 'San Francisco de MacorÃs', 'DOM', 'Duarte', 108485);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (592, 'San Felipe de Puerto Plata', 'DOM', 'Puerto Plata', 89423);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (593, 'Guayaquil', 'ECU', 'Guayas', 2070040);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (594, 'Quito', 'ECU', 'Pichincha', 1573458);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (595, 'Cuenca', 'ECU', 'Azuay', 270353);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (596, 'Machala', 'ECU', 'El Oro', 210368);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (597, 'Santo Domingo de los Colorados', 'ECU', 'Pichincha', 202111);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (598, 'Portoviejo', 'ECU', 'ManabÃ', 176413);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (599, 'Ambato', 'ECU', 'Tungurahua', 169612);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (600, 'Manta', 'ECU', 'ManabÃ', 164739);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (601, 'Duran [Eloy Alfaro]', 'ECU', 'Guayas', 152514);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (602, 'Ibarra', 'ECU', 'Imbabura', 130643);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (603, 'Quevedo', 'ECU', 'Los RÃos', 129631);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (604, 'Milagro', 'ECU', 'Guayas', 124177);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (605, 'Loja', 'ECU', 'Loja', 123875);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (606, 'RÃobamba', 'ECU', 'Chimborazo', 123163);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (607, 'Esmeraldas', 'ECU', 'Esmeraldas', 123045);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (608, 'Cairo', 'EGY', 'Kairo', 6789479);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (609, 'Alexandria', 'EGY', 'Aleksandria', 3328196);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (610, 'Giza', 'EGY', 'Giza', 2221868);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (611, 'Shubra al-Khayma', 'EGY', 'al-Qalyubiya', 870716);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (612, 'Port Said', 'EGY', 'Port Said', 469533);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (613, 'Suez', 'EGY', 'Suez', 417610);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (614, 'al-Mahallat al-Kubra', 'EGY', 'al-Gharbiya', 395402);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (615, 'Tanta', 'EGY', 'al-Gharbiya', 371010);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (616, 'al-Mansura', 'EGY', 'al-Daqahliya', 369621);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (617, 'Luxor', 'EGY', 'Luxor', 360503);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (618, 'Asyut', 'EGY', 'Asyut', 343498);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (619, 'Bahtim', 'EGY', 'al-Qalyubiya', 275807);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (620, 'Zagazig', 'EGY', 'al-Sharqiya', 267351);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (621, 'al-Faiyum', 'EGY', 'al-Faiyum', 260964);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (622, 'Ismailia', 'EGY', 'Ismailia', 254477);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (623, 'Kafr al-Dawwar', 'EGY', 'al-Buhayra', 231978);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (624, 'Assuan', 'EGY', 'Assuan', 219017);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (625, 'Damanhur', 'EGY', 'al-Buhayra', 212203);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (626, 'al-Minya', 'EGY', 'al-Minya', 201360);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (627, 'Bani Suwayf', 'EGY', 'Bani Suwayf', 172032);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (628, 'Qina', 'EGY', 'Qina', 171275);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (629, 'Sawhaj', 'EGY', 'Sawhaj', 170125);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (630, 'Shibin al-Kawm', 'EGY', 'al-Minufiya', 159909);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (631, 'Bulaq al-Dakrur', 'EGY', 'Giza', 148787);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (632, 'Banha', 'EGY', 'al-Qalyubiya', 145792);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (633, 'Warraq al-Arab', 'EGY', 'Giza', 127108);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (634, 'Kafr al-Shaykh', 'EGY', 'Kafr al-Shaykh', 124819);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (635, 'Mallawi', 'EGY', 'al-Minya', 119283);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (636, 'Bilbays', 'EGY', 'al-Sharqiya', 113608);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (637, 'Mit Ghamr', 'EGY', 'al-Daqahliya', 101801);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (638, 'al-Arish', 'EGY', 'Shamal Sina', 100447);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (639, 'Talkha', 'EGY', 'al-Daqahliya', 97700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (640, 'Qalyub', 'EGY', 'al-Qalyubiya', 97200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (641, 'Jirja', 'EGY', 'Sawhaj', 95400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (642, 'Idfu', 'EGY', 'Qina', 94200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (643, 'al-Hawamidiya', 'EGY', 'Giza', 91700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (644, 'Disuq', 'EGY', 'Kafr al-Shaykh', 91300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (645, 'San Salvador', 'SLV', 'San Salvador', 415346);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (646, 'Santa Ana', 'SLV', 'Santa Ana', 139389);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (647, 'Mejicanos', 'SLV', 'San Salvador', 138800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (648, 'Soyapango', 'SLV', 'San Salvador', 129800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (649, 'San Miguel', 'SLV', 'San Miguel', 127696);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (650, 'Nueva San Salvador', 'SLV', 'La Libertad', 98400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (651, 'Apopa', 'SLV', 'San Salvador', 88800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (652, 'Asmara', 'ERI', 'Maekel', 431000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (653, 'Madrid', 'ESP', 'Madrid', 2879052);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (654, 'Barcelona', 'ESP', 'Katalonia', 1503451);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (655, 'Valencia', 'ESP', 'Valencia', 739412);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (656, 'Sevilla', 'ESP', 'Andalusia', 701927);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (657, 'Zaragoza', 'ESP', 'Aragonia', 603367);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (658, 'Málaga', 'ESP', 'Andalusia', 530553);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (659, 'Bilbao', 'ESP', 'Baskimaa', 357589);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (660, 'Las Palmas de Gran Canaria', 'ESP', 'Canary Islands', 354757);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (661, 'Murcia', 'ESP', 'Murcia', 353504);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (662, 'Palma de Mallorca', 'ESP', 'Balears', 326993);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (663, 'Valladolid', 'ESP', 'Castilla and León', 319998);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (664, 'Córdoba', 'ESP', 'Andalusia', 311708);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (665, 'Vigo', 'ESP', 'Galicia', 283670);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (666, 'Alicante [Alacant]', 'ESP', 'Valencia', 272432);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (667, 'Gijón', 'ESP', 'Asturia', 267980);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (668, 'L´Hospitalet de Llobregat', 'ESP', 'Katalonia', 247986);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (669, 'Granada', 'ESP', 'Andalusia', 244767);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (670, 'A Coruña (La Coruña)', 'ESP', 'Galicia', 243402);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (671, 'Vitoria-Gasteiz', 'ESP', 'Baskimaa', 217154);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (672, 'Santa Cruz de Tenerife', 'ESP', 'Canary Islands', 213050);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (673, 'Badalona', 'ESP', 'Katalonia', 209635);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (674, 'Oviedo', 'ESP', 'Asturia', 200453);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (675, 'Móstoles', 'ESP', 'Madrid', 195351);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (676, 'Elche [Elx]', 'ESP', 'Valencia', 193174);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (677, 'Sabadell', 'ESP', 'Katalonia', 184859);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (678, 'Santander', 'ESP', 'Cantabria', 184165);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (679, 'Jerez de la Frontera', 'ESP', 'Andalusia', 182660);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (680, 'Pamplona [Iruña]', 'ESP', 'Navarra', 180483);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (681, 'Donostia-San Sebastián', 'ESP', 'Baskimaa', 179208);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (682, 'Cartagena', 'ESP', 'Murcia', 177709);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (683, 'Leganés', 'ESP', 'Madrid', 173163);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (684, 'Fuenlabrada', 'ESP', 'Madrid', 171173);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (685, 'AlmerÃa', 'ESP', 'Andalusia', 169027);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (686, 'Terrassa', 'ESP', 'Katalonia', 168695);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (687, 'Alcalá de Henares', 'ESP', 'Madrid', 164463);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (688, 'Burgos', 'ESP', 'Castilla and León', 162802);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (689, 'Salamanca', 'ESP', 'Castilla and León', 158720);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (690, 'Albacete', 'ESP', 'Kastilia-La Mancha', 147527);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (691, 'Getafe', 'ESP', 'Madrid', 145371);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (692, 'Cádiz', 'ESP', 'Andalusia', 142449);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (693, 'Alcorcón', 'ESP', 'Madrid', 142048);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (694, 'Huelva', 'ESP', 'Andalusia', 140583);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (695, 'León', 'ESP', 'Castilla and León', 139809);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (696, 'Castellón de la Plana [Castell', 'ESP', 'Valencia', 139712);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (697, 'Badajoz', 'ESP', 'Extremadura', 136613);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (698, '[San Cristóbal de] la Laguna', 'ESP', 'Canary Islands', 127945);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (699, 'Logroño', 'ESP', 'La Rioja', 127093);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (700, 'Santa Coloma de Gramenet', 'ESP', 'Katalonia', 120802);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (701, 'Tarragona', 'ESP', 'Katalonia', 113016);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (702, 'Lleida (Lérida)', 'ESP', 'Katalonia', 112207);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (703, 'Jaén', 'ESP', 'Andalusia', 109247);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (704, 'Ourense (Orense)', 'ESP', 'Galicia', 109120);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (705, 'Mataró', 'ESP', 'Katalonia', 104095);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (706, 'Algeciras', 'ESP', 'Andalusia', 103106);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (707, 'Marbella', 'ESP', 'Andalusia', 101144);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (708, 'Barakaldo', 'ESP', 'Baskimaa', 98212);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (709, 'Dos Hermanas', 'ESP', 'Andalusia', 94591);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (710, 'Santiago de Compostela', 'ESP', 'Galicia', 93745);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (711, 'Torrejón de Ardoz', 'ESP', 'Madrid', 92262);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (712, 'Cape Town', 'ZAF', 'Western Cape', 2352121);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (713, 'Soweto', 'ZAF', 'Gauteng', 904165);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (714, 'Johannesburg', 'ZAF', 'Gauteng', 756653);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (715, 'Port Elizabeth', 'ZAF', 'Eastern Cape', 752319);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (716, 'Pretoria', 'ZAF', 'Gauteng', 658630);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (717, 'Inanda', 'ZAF', 'KwaZulu-Natal', 634065);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (718, 'Durban', 'ZAF', 'KwaZulu-Natal', 566120);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (719, 'Vanderbijlpark', 'ZAF', 'Gauteng', 468931);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (720, 'Kempton Park', 'ZAF', 'Gauteng', 442633);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (721, 'Alberton', 'ZAF', 'Gauteng', 410102);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (722, 'Pinetown', 'ZAF', 'KwaZulu-Natal', 378810);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (723, 'Pietermaritzburg', 'ZAF', 'KwaZulu-Natal', 370190);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (724, 'Benoni', 'ZAF', 'Gauteng', 365467);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (725, 'Randburg', 'ZAF', 'Gauteng', 341288);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (726, 'Umlazi', 'ZAF', 'KwaZulu-Natal', 339233);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (727, 'Bloemfontein', 'ZAF', 'Free State', 334341);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (728, 'Vereeniging', 'ZAF', 'Gauteng', 328535);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (729, 'Wonderboom', 'ZAF', 'Gauteng', 283289);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (730, 'Roodepoort', 'ZAF', 'Gauteng', 279340);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (731, 'Boksburg', 'ZAF', 'Gauteng', 262648);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (732, 'Klerksdorp', 'ZAF', 'North West', 261911);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (733, 'Soshanguve', 'ZAF', 'Gauteng', 242727);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (734, 'Newcastle', 'ZAF', 'KwaZulu-Natal', 222993);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (735, 'East London', 'ZAF', 'Eastern Cape', 221047);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (736, 'Welkom', 'ZAF', 'Free State', 203296);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (737, 'Kimberley', 'ZAF', 'Northern Cape', 197254);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (738, 'Uitenhage', 'ZAF', 'Eastern Cape', 192120);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (739, 'Chatsworth', 'ZAF', 'KwaZulu-Natal', 189885);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (740, 'Mdantsane', 'ZAF', 'Eastern Cape', 182639);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (741, 'Krugersdorp', 'ZAF', 'Gauteng', 181503);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (742, 'Botshabelo', 'ZAF', 'Free State', 177971);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (743, 'Brakpan', 'ZAF', 'Gauteng', 171363);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (744, 'Witbank', 'ZAF', 'Mpumalanga', 167183);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (745, 'Oberholzer', 'ZAF', 'Gauteng', 164367);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (746, 'Germiston', 'ZAF', 'Gauteng', 164252);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (747, 'Springs', 'ZAF', 'Gauteng', 162072);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (748, 'Westonaria', 'ZAF', 'Gauteng', 159632);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (749, 'Randfontein', 'ZAF', 'Gauteng', 120838);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (750, 'Paarl', 'ZAF', 'Western Cape', 105768);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (751, 'Potchefstroom', 'ZAF', 'North West', 101817);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (752, 'Rustenburg', 'ZAF', 'North West', 97008);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (753, 'Nigel', 'ZAF', 'Gauteng', 96734);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (754, 'George', 'ZAF', 'Western Cape', 93818);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (755, 'Ladysmith', 'ZAF', 'KwaZulu-Natal', 89292);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (756, 'Addis Abeba', 'ETH', 'Addis Abeba', 2495000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (757, 'Dire Dawa', 'ETH', 'Dire Dawa', 164851);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (758, 'Nazret', 'ETH', 'Oromia', 127842);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (759, 'Gonder', 'ETH', 'Amhara', 112249);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (760, 'Dese', 'ETH', 'Amhara', 97314);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (761, 'Mekele', 'ETH', 'Tigray', 96938);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (762, 'Bahir Dar', 'ETH', 'Amhara', 96140);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (763, 'Stanley', 'FLK', 'East Falkland', 1636);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (764, 'Suva', 'FJI', 'Central', 77366);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (765, 'Quezon', 'PHL', 'National Capital Reg', 2173831);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (766, 'Manila', 'PHL', 'National Capital Reg', 1581082);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (767, 'Kalookan', 'PHL', 'National Capital Reg', 1177604);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (768, 'Davao', 'PHL', 'Southern Mindanao', 1147116);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (769, 'Cebu', 'PHL', 'Central Visayas', 718821);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (770, 'Zamboanga', 'PHL', 'Western Mindanao', 601794);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (771, 'Pasig', 'PHL', 'National Capital Reg', 505058);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (772, 'Valenzuela', 'PHL', 'National Capital Reg', 485433);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (773, 'Las Piñas', 'PHL', 'National Capital Reg', 472780);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (774, 'Antipolo', 'PHL', 'Southern Tagalog', 470866);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (775, 'Taguig', 'PHL', 'National Capital Reg', 467375);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (776, 'Cagayan de Oro', 'PHL', 'Northern Mindanao', 461877);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (777, 'Parañaque', 'PHL', 'National Capital Reg', 449811);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (778, 'Makati', 'PHL', 'National Capital Reg', 444867);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (779, 'Bacolod', 'PHL', 'Western Visayas', 429076);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (780, 'General Santos', 'PHL', 'Southern Mindanao', 411822);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (781, 'Marikina', 'PHL', 'National Capital Reg', 391170);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (782, 'Dasmariñas', 'PHL', 'Southern Tagalog', 379520);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (783, 'Muntinlupa', 'PHL', 'National Capital Reg', 379310);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (784, 'Iloilo', 'PHL', 'Western Visayas', 365820);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (785, 'Pasay', 'PHL', 'National Capital Reg', 354908);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (786, 'Malabon', 'PHL', 'National Capital Reg', 338855);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (787, 'San José del Monte', 'PHL', 'Central Luzon', 315807);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (788, 'Bacoor', 'PHL', 'Southern Tagalog', 305699);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (789, 'Iligan', 'PHL', 'Central Mindanao', 285061);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (790, 'Calamba', 'PHL', 'Southern Tagalog', 281146);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (791, 'Mandaluyong', 'PHL', 'National Capital Reg', 278474);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (792, 'Butuan', 'PHL', 'Caraga', 267279);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (793, 'Angeles', 'PHL', 'Central Luzon', 263971);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (794, 'Tarlac', 'PHL', 'Central Luzon', 262481);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (795, 'Mandaue', 'PHL', 'Central Visayas', 259728);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (796, 'Baguio', 'PHL', 'CAR', 252386);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (797, 'Batangas', 'PHL', 'Southern Tagalog', 247588);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (798, 'Cainta', 'PHL', 'Southern Tagalog', 242511);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (799, 'San Pedro', 'PHL', 'Southern Tagalog', 231403);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (800, 'Navotas', 'PHL', 'National Capital Reg', 230403);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (801, 'Cabanatuan', 'PHL', 'Central Luzon', 222859);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (802, 'San Fernando', 'PHL', 'Central Luzon', 221857);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (803, 'Lipa', 'PHL', 'Southern Tagalog', 218447);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (804, 'Lapu-Lapu', 'PHL', 'Central Visayas', 217019);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (805, 'San Pablo', 'PHL', 'Southern Tagalog', 207927);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (806, 'Biñan', 'PHL', 'Southern Tagalog', 201186);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (807, 'Taytay', 'PHL', 'Southern Tagalog', 198183);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (808, 'Lucena', 'PHL', 'Southern Tagalog', 196075);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (809, 'Imus', 'PHL', 'Southern Tagalog', 195482);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (810, 'Olongapo', 'PHL', 'Central Luzon', 194260);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (811, 'Binangonan', 'PHL', 'Southern Tagalog', 187691);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (812, 'Santa Rosa', 'PHL', 'Southern Tagalog', 185633);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (813, 'Tagum', 'PHL', 'Southern Mindanao', 179531);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (814, 'Tacloban', 'PHL', 'Eastern Visayas', 178639);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (815, 'Malolos', 'PHL', 'Central Luzon', 175291);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (816, 'Mabalacat', 'PHL', 'Central Luzon', 171045);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (817, 'Cotabato', 'PHL', 'Central Mindanao', 163849);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (818, 'Meycauayan', 'PHL', 'Central Luzon', 163037);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (819, 'Puerto Princesa', 'PHL', 'Southern Tagalog', 161912);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (820, 'Legazpi', 'PHL', 'Bicol', 157010);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (821, 'Silang', 'PHL', 'Southern Tagalog', 156137);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (822, 'Ormoc', 'PHL', 'Eastern Visayas', 154297);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (823, 'San Carlos', 'PHL', 'Ilocos', 154264);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (824, 'Kabankalan', 'PHL', 'Western Visayas', 149769);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (825, 'Talisay', 'PHL', 'Central Visayas', 148110);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (826, 'Valencia', 'PHL', 'Northern Mindanao', 147924);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (827, 'Calbayog', 'PHL', 'Eastern Visayas', 147187);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (828, 'Santa Maria', 'PHL', 'Central Luzon', 144282);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (829, 'Pagadian', 'PHL', 'Western Mindanao', 142515);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (830, 'Cadiz', 'PHL', 'Western Visayas', 141954);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (831, 'Bago', 'PHL', 'Western Visayas', 141721);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (832, 'Toledo', 'PHL', 'Central Visayas', 141174);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (833, 'Naga', 'PHL', 'Bicol', 137810);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (834, 'San Mateo', 'PHL', 'Southern Tagalog', 135603);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (835, 'Panabo', 'PHL', 'Southern Mindanao', 133950);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (836, 'Koronadal', 'PHL', 'Southern Mindanao', 133786);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (837, 'Marawi', 'PHL', 'Central Mindanao', 131090);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (838, 'Dagupan', 'PHL', 'Ilocos', 130328);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (839, 'Sagay', 'PHL', 'Western Visayas', 129765);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (840, 'Roxas', 'PHL', 'Western Visayas', 126352);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (841, 'Lubao', 'PHL', 'Central Luzon', 125699);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (842, 'Digos', 'PHL', 'Southern Mindanao', 125171);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (843, 'San Miguel', 'PHL', 'Central Luzon', 123824);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (844, 'Malaybalay', 'PHL', 'Northern Mindanao', 123672);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (845, 'Tuguegarao', 'PHL', 'Cagayan Valley', 120645);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (846, 'Ilagan', 'PHL', 'Cagayan Valley', 119990);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (847, 'Baliuag', 'PHL', 'Central Luzon', 119675);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (848, 'Surigao', 'PHL', 'Caraga', 118534);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (849, 'San Carlos', 'PHL', 'Western Visayas', 118259);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (850, 'San Juan del Monte', 'PHL', 'National Capital Reg', 117680);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (851, 'Tanauan', 'PHL', 'Southern Tagalog', 117539);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (852, 'Concepcion', 'PHL', 'Central Luzon', 115171);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (853, 'Rodriguez (Montalban)', 'PHL', 'Southern Tagalog', 115167);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (854, 'Sariaya', 'PHL', 'Southern Tagalog', 114568);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (855, 'Malasiqui', 'PHL', 'Ilocos', 113190);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (856, 'General Mariano Alvarez', 'PHL', 'Southern Tagalog', 112446);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (857, 'Urdaneta', 'PHL', 'Ilocos', 111582);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (858, 'Hagonoy', 'PHL', 'Central Luzon', 111425);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (859, 'San Jose', 'PHL', 'Southern Tagalog', 111009);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (860, 'Polomolok', 'PHL', 'Southern Mindanao', 110709);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (861, 'Santiago', 'PHL', 'Cagayan Valley', 110531);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (862, 'Tanza', 'PHL', 'Southern Tagalog', 110517);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (863, 'Ozamis', 'PHL', 'Northern Mindanao', 110420);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (864, 'Mexico', 'PHL', 'Central Luzon', 109481);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (865, 'San Jose', 'PHL', 'Central Luzon', 108254);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (866, 'Silay', 'PHL', 'Western Visayas', 107722);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (867, 'General Trias', 'PHL', 'Southern Tagalog', 107691);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (868, 'Tabaco', 'PHL', 'Bicol', 107166);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (869, 'Cabuyao', 'PHL', 'Southern Tagalog', 106630);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (870, 'Calapan', 'PHL', 'Southern Tagalog', 105910);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (871, 'Mati', 'PHL', 'Southern Mindanao', 105908);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (872, 'Midsayap', 'PHL', 'Central Mindanao', 105760);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (873, 'Cauayan', 'PHL', 'Cagayan Valley', 103952);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (874, 'Gingoog', 'PHL', 'Northern Mindanao', 102379);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (875, 'Dumaguete', 'PHL', 'Central Visayas', 102265);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (876, 'San Fernando', 'PHL', 'Ilocos', 102082);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (877, 'Arayat', 'PHL', 'Central Luzon', 101792);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (878, 'Bayawan (Tulong)', 'PHL', 'Central Visayas', 101391);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (879, 'Kidapawan', 'PHL', 'Central Mindanao', 101205);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (880, 'Daraga (Locsin)', 'PHL', 'Bicol', 101031);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (881, 'Marilao', 'PHL', 'Central Luzon', 101017);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (882, 'Malita', 'PHL', 'Southern Mindanao', 100000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (883, 'Dipolog', 'PHL', 'Western Mindanao', 99862);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (884, 'Cavite', 'PHL', 'Southern Tagalog', 99367);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (885, 'Danao', 'PHL', 'Central Visayas', 98781);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (886, 'Bislig', 'PHL', 'Caraga', 97860);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (887, 'Talavera', 'PHL', 'Central Luzon', 97329);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (888, 'Guagua', 'PHL', 'Central Luzon', 96858);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (889, 'Bayambang', 'PHL', 'Ilocos', 96609);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (890, 'Nasugbu', 'PHL', 'Southern Tagalog', 96113);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (891, 'Baybay', 'PHL', 'Eastern Visayas', 95630);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (892, 'Capas', 'PHL', 'Central Luzon', 95219);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (893, 'Sultan Kudarat', 'PHL', 'ARMM', 94861);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (894, 'Laoag', 'PHL', 'Ilocos', 94466);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (895, 'Bayugan', 'PHL', 'Caraga', 93623);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (896, 'Malungon', 'PHL', 'Southern Mindanao', 93232);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (897, 'Santa Cruz', 'PHL', 'Southern Tagalog', 92694);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (898, 'Sorsogon', 'PHL', 'Bicol', 92512);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (899, 'Candelaria', 'PHL', 'Southern Tagalog', 92429);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (900, 'Ligao', 'PHL', 'Bicol', 90603);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (901, 'Tórshavn', 'FRO', 'Streymoyar', 14542);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (902, 'Libreville', 'GAB', 'Estuaire', 419000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (903, 'Serekunda', 'GMB', 'Kombo St Mary', 102600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (904, 'Banjul', 'GMB', 'Banjul', 42326);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (905, 'Tbilisi', 'GEO', 'Tbilisi', 1235200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (906, 'Kutaisi', 'GEO', 'Imereti', 240900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (907, 'Rustavi', 'GEO', 'Kvemo Kartli', 155400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (908, 'Batumi', 'GEO', 'Adzaria [Atšara]', 137700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (909, 'Sohumi', 'GEO', 'Abhasia [Aphazeti]', 111700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (910, 'Accra', 'GHA', 'Greater Accra', 1070000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (911, 'Kumasi', 'GHA', 'Ashanti', 385192);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (912, 'Tamale', 'GHA', 'Northern', 151069);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (913, 'Tema', 'GHA', 'Greater Accra', 109975);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (914, 'Sekondi-Takoradi', 'GHA', 'Western', 103653);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (915, 'Gibraltar', 'GIB', '–', 27025);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (916, 'Saint George´s', 'GRD', 'St George', 4621);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (917, 'Nuuk', 'GRL', 'Kitaa', 13445);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (918, 'Les Abymes', 'GLP', 'Grande-Terre', 62947);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (919, 'Basse-Terre', 'GLP', 'Basse-Terre', 12433);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (920, 'Tamuning', 'GUM', '–', 9500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (921, 'Agaña', 'GUM', '–', 1139);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (922, 'Ciudad de Guatemala', 'GTM', 'Guatemala', 823301);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (923, 'Mixco', 'GTM', 'Guatemala', 209791);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (924, 'Villa Nueva', 'GTM', 'Guatemala', 101295);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (925, 'Quetzaltenango', 'GTM', 'Quetzaltenango', 90801);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (926, 'Conakry', 'GIN', 'Conakry', 1090610);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (927, 'Bissau', 'GNB', 'Bissau', 241000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (928, 'Georgetown', 'GUY', 'Georgetown', 254000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (929, 'Port-au-Prince', 'HTI', 'Ouest', 884472);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (930, 'Carrefour', 'HTI', 'Ouest', 290204);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (931, 'Delmas', 'HTI', 'Ouest', 240429);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (932, 'Le-Cap-Haïtien', 'HTI', 'Nord', 102233);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (933, 'Tegucigalpa', 'HND', 'Distrito Central', 813900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (934, 'San Pedro Sula', 'HND', 'Cortés', 383900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (935, 'La Ceiba', 'HND', 'Atlántida', 89200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (936, 'Kowloon and New Kowloon', 'HKG', 'Kowloon and New Kowl', 1987996);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (937, 'Victoria', 'HKG', 'Hongkong', 1312637);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (938, 'Longyearbyen', 'SJM', 'Länsimaa', 1438);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (939, 'Jakarta', 'IDN', 'Jakarta Raya', 9604900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (940, 'Surabaya', 'IDN', 'East Java', 2663820);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (941, 'Bandung', 'IDN', 'West Java', 2429000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (942, 'Medan', 'IDN', 'Sumatera Utara', 1843919);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (943, 'Palembang', 'IDN', 'Sumatera Selatan', 1222764);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (944, 'Tangerang', 'IDN', 'West Java', 1198300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (945, 'Semarang', 'IDN', 'Central Java', 1104405);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (946, 'Ujung Pandang', 'IDN', 'Sulawesi Selatan', 1060257);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (947, 'Malang', 'IDN', 'East Java', 716862);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (948, 'Bandar Lampung', 'IDN', 'Lampung', 680332);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (949, 'Bekasi', 'IDN', 'West Java', 644300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (950, 'Padang', 'IDN', 'Sumatera Barat', 534474);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (951, 'Surakarta', 'IDN', 'Central Java', 518600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (952, 'Banjarmasin', 'IDN', 'Kalimantan Selatan', 482931);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (953, 'Pekan Baru', 'IDN', 'Riau', 438638);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (954, 'Denpasar', 'IDN', 'Bali', 435000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (955, 'Yogyakarta', 'IDN', 'Yogyakarta', 418944);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (956, 'Pontianak', 'IDN', 'Kalimantan Barat', 409632);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (957, 'Samarinda', 'IDN', 'Kalimantan Timur', 399175);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (958, 'Jambi', 'IDN', 'Jambi', 385201);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (959, 'Depok', 'IDN', 'West Java', 365200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (960, 'Cimahi', 'IDN', 'West Java', 344600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (961, 'Balikpapan', 'IDN', 'Kalimantan Timur', 338752);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (962, 'Manado', 'IDN', 'Sulawesi Utara', 332288);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (963, 'Mataram', 'IDN', 'Nusa Tenggara Barat', 306600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (964, 'Pekalongan', 'IDN', 'Central Java', 301504);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (965, 'Tegal', 'IDN', 'Central Java', 289744);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (966, 'Bogor', 'IDN', 'West Java', 285114);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (967, 'Ciputat', 'IDN', 'West Java', 270800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (968, 'Pondokgede', 'IDN', 'West Java', 263200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (969, 'Cirebon', 'IDN', 'West Java', 254406);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (970, 'Kediri', 'IDN', 'East Java', 253760);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (971, 'Ambon', 'IDN', 'Molukit', 249312);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (972, 'Jember', 'IDN', 'East Java', 218500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (973, 'Cilacap', 'IDN', 'Central Java', 206900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (974, 'Cimanggis', 'IDN', 'West Java', 205100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (975, 'Pematang Siantar', 'IDN', 'Sumatera Utara', 203056);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (976, 'Purwokerto', 'IDN', 'Central Java', 202500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (977, 'Ciomas', 'IDN', 'West Java', 187400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (978, 'Tasikmalaya', 'IDN', 'West Java', 179800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (979, 'Madiun', 'IDN', 'East Java', 171532);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (980, 'Bengkulu', 'IDN', 'Bengkulu', 146439);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (981, 'Karawang', 'IDN', 'West Java', 145000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (982, 'Banda Aceh', 'IDN', 'Aceh', 143409);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (983, 'Palu', 'IDN', 'Sulawesi Tengah', 142800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (984, 'Pasuruan', 'IDN', 'East Java', 134019);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (985, 'Kupang', 'IDN', 'Nusa Tenggara Timur', 129300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (986, 'Tebing Tinggi', 'IDN', 'Sumatera Utara', 129300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (987, 'Percut Sei Tuan', 'IDN', 'Sumatera Utara', 129000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (988, 'Binjai', 'IDN', 'Sumatera Utara', 127222);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (989, 'Sukabumi', 'IDN', 'West Java', 125766);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (990, 'Waru', 'IDN', 'East Java', 124300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (991, 'Pangkal Pinang', 'IDN', 'Sumatera Selatan', 124000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (992, 'Magelang', 'IDN', 'Central Java', 123800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (993, 'Blitar', 'IDN', 'East Java', 122600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (994, 'Serang', 'IDN', 'West Java', 122400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (995, 'Probolinggo', 'IDN', 'East Java', 120770);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (996, 'Cilegon', 'IDN', 'West Java', 117000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (997, 'Cianjur', 'IDN', 'West Java', 114300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (998, 'Ciparay', 'IDN', 'West Java', 111500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (999, 'Lhokseumawe', 'IDN', 'Aceh', 109600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1000, 'Taman', 'IDN', 'East Java', 107000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1001, 'Depok', 'IDN', 'Yogyakarta', 106800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1002, 'Citeureup', 'IDN', 'West Java', 105100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1003, 'Pemalang', 'IDN', 'Central Java', 103500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1004, 'Klaten', 'IDN', 'Central Java', 103300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1005, 'Salatiga', 'IDN', 'Central Java', 103000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1006, 'Cibinong', 'IDN', 'West Java', 101300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1007, 'Palangka Raya', 'IDN', 'Kalimantan Tengah', 99693);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1008, 'Mojokerto', 'IDN', 'East Java', 96626);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1009, 'Purwakarta', 'IDN', 'West Java', 95900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1010, 'Garut', 'IDN', 'West Java', 95800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1011, 'Kudus', 'IDN', 'Central Java', 95300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1012, 'Kendari', 'IDN', 'Sulawesi Tenggara', 94800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1013, 'Jaya Pura', 'IDN', 'West Irian', 94700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1014, 'Gorontalo', 'IDN', 'Sulawesi Utara', 94058);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1015, 'Majalaya', 'IDN', 'West Java', 93200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1016, 'Pondok Aren', 'IDN', 'West Java', 92700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1017, 'Jombang', 'IDN', 'East Java', 92600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1018, 'Sunggal', 'IDN', 'Sumatera Utara', 92300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1019, 'Batam', 'IDN', 'Riau', 91871);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1020, 'Padang Sidempuan', 'IDN', 'Sumatera Utara', 91200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1021, 'Sawangan', 'IDN', 'West Java', 91100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1022, 'Banyuwangi', 'IDN', 'East Java', 89900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1023, 'Tanjung Pinang', 'IDN', 'Riau', 89900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1024, 'Mumbai (Bombay)', 'IND', 'Maharashtra', 10500000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1025, 'Delhi', 'IND', 'Delhi', 7206704);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1026, 'Calcutta [Kolkata]', 'IND', 'West Bengali', 4399819);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1027, 'Chennai (Madras)', 'IND', 'Tamil Nadu', 3841396);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1028, 'Hyderabad', 'IND', 'Andhra Pradesh', 2964638);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1029, 'Ahmedabad', 'IND', 'Gujarat', 2876710);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1030, 'Bangalore', 'IND', 'Karnataka', 2660088);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1031, 'Kanpur', 'IND', 'Uttar Pradesh', 1874409);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1032, 'Nagpur', 'IND', 'Maharashtra', 1624752);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1033, 'Lucknow', 'IND', 'Uttar Pradesh', 1619115);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1034, 'Pune', 'IND', 'Maharashtra', 1566651);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1035, 'Surat', 'IND', 'Gujarat', 1498817);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1036, 'Jaipur', 'IND', 'Rajasthan', 1458483);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1037, 'Indore', 'IND', 'Madhya Pradesh', 1091674);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1038, 'Bhopal', 'IND', 'Madhya Pradesh', 1062771);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1039, 'Ludhiana', 'IND', 'Punjab', 1042740);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1040, 'Vadodara (Baroda)', 'IND', 'Gujarat', 1031346);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1041, 'Kalyan', 'IND', 'Maharashtra', 1014557);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1042, 'Madurai', 'IND', 'Tamil Nadu', 977856);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1043, 'Haora (Howrah)', 'IND', 'West Bengali', 950435);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1044, 'Varanasi (Benares)', 'IND', 'Uttar Pradesh', 929270);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1045, 'Patna', 'IND', 'Bihar', 917243);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1046, 'Srinagar', 'IND', 'Jammu and Kashmir', 892506);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1047, 'Agra', 'IND', 'Uttar Pradesh', 891790);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1048, 'Coimbatore', 'IND', 'Tamil Nadu', 816321);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1049, 'Thane (Thana)', 'IND', 'Maharashtra', 803389);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1050, 'Allahabad', 'IND', 'Uttar Pradesh', 792858);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1051, 'Meerut', 'IND', 'Uttar Pradesh', 753778);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1052, 'Vishakhapatnam', 'IND', 'Andhra Pradesh', 752037);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1053, 'Jabalpur', 'IND', 'Madhya Pradesh', 741927);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1054, 'Amritsar', 'IND', 'Punjab', 708835);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1055, 'Faridabad', 'IND', 'Haryana', 703592);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1056, 'Vijayawada', 'IND', 'Andhra Pradesh', 701827);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1057, 'Gwalior', 'IND', 'Madhya Pradesh', 690765);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1058, 'Jodhpur', 'IND', 'Rajasthan', 666279);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1059, 'Nashik (Nasik)', 'IND', 'Maharashtra', 656925);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1060, 'Hubli-Dharwad', 'IND', 'Karnataka', 648298);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1061, 'Solapur (Sholapur)', 'IND', 'Maharashtra', 604215);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1062, 'Ranchi', 'IND', 'Jharkhand', 599306);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1063, 'Bareilly', 'IND', 'Uttar Pradesh', 587211);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1064, 'Guwahati (Gauhati)', 'IND', 'Assam', 584342);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1065, 'Shambajinagar (Aurangabad)', 'IND', 'Maharashtra', 573272);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1066, 'Cochin (Kochi)', 'IND', 'Kerala', 564589);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1067, 'Rajkot', 'IND', 'Gujarat', 559407);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1068, 'Kota', 'IND', 'Rajasthan', 537371);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1069, 'Thiruvananthapuram (Trivandrum', 'IND', 'Kerala', 524006);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1070, 'Pimpri-Chinchwad', 'IND', 'Maharashtra', 517083);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1071, 'Jalandhar (Jullundur)', 'IND', 'Punjab', 509510);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1072, 'Gorakhpur', 'IND', 'Uttar Pradesh', 505566);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1073, 'Chandigarh', 'IND', 'Chandigarh', 504094);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1074, 'Mysore', 'IND', 'Karnataka', 480692);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1075, 'Aligarh', 'IND', 'Uttar Pradesh', 480520);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1076, 'Guntur', 'IND', 'Andhra Pradesh', 471051);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1077, 'Jamshedpur', 'IND', 'Jharkhand', 460577);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1078, 'Ghaziabad', 'IND', 'Uttar Pradesh', 454156);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1079, 'Warangal', 'IND', 'Andhra Pradesh', 447657);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1080, 'Raipur', 'IND', 'Chhatisgarh', 438639);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1081, 'Moradabad', 'IND', 'Uttar Pradesh', 429214);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1082, 'Durgapur', 'IND', 'West Bengali', 425836);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1083, 'Amravati', 'IND', 'Maharashtra', 421576);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1084, 'Calicut (Kozhikode)', 'IND', 'Kerala', 419831);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1085, 'Bikaner', 'IND', 'Rajasthan', 416289);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1086, 'Bhubaneswar', 'IND', 'Orissa', 411542);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1087, 'Kolhapur', 'IND', 'Maharashtra', 406370);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1088, 'Kataka (Cuttack)', 'IND', 'Orissa', 403418);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1089, 'Ajmer', 'IND', 'Rajasthan', 402700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1090, 'Bhavnagar', 'IND', 'Gujarat', 402338);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1091, 'Tiruchirapalli', 'IND', 'Tamil Nadu', 387223);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1092, 'Bhilai', 'IND', 'Chhatisgarh', 386159);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1093, 'Bhiwandi', 'IND', 'Maharashtra', 379070);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1094, 'Saharanpur', 'IND', 'Uttar Pradesh', 374945);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1095, 'Ulhasnagar', 'IND', 'Maharashtra', 369077);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1096, 'Salem', 'IND', 'Tamil Nadu', 366712);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1097, 'Ujjain', 'IND', 'Madhya Pradesh', 362266);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1098, 'Malegaon', 'IND', 'Maharashtra', 342595);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1099, 'Jamnagar', 'IND', 'Gujarat', 341637);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1100, 'Bokaro Steel City', 'IND', 'Jharkhand', 333683);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1101, 'Akola', 'IND', 'Maharashtra', 328034);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1102, 'Belgaum', 'IND', 'Karnataka', 326399);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1103, 'Rajahmundry', 'IND', 'Andhra Pradesh', 324851);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1104, 'Nellore', 'IND', 'Andhra Pradesh', 316606);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1105, 'Udaipur', 'IND', 'Rajasthan', 308571);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1106, 'New Bombay', 'IND', 'Maharashtra', 307297);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1107, 'Bhatpara', 'IND', 'West Bengali', 304952);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1108, 'Gulbarga', 'IND', 'Karnataka', 304099);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1109, 'New Delhi', 'IND', 'Delhi', 301297);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1110, 'Jhansi', 'IND', 'Uttar Pradesh', 300850);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1111, 'Gaya', 'IND', 'Bihar', 291675);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1112, 'Kakinada', 'IND', 'Andhra Pradesh', 279980);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1113, 'Dhule (Dhulia)', 'IND', 'Maharashtra', 278317);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1114, 'Panihati', 'IND', 'West Bengali', 275990);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1115, 'Nanded (Nander)', 'IND', 'Maharashtra', 275083);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1116, 'Mangalore', 'IND', 'Karnataka', 273304);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1117, 'Dehra Dun', 'IND', 'Uttaranchal', 270159);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1118, 'Kamarhati', 'IND', 'West Bengali', 266889);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1119, 'Davangere', 'IND', 'Karnataka', 266082);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1120, 'Asansol', 'IND', 'West Bengali', 262188);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1121, 'Bhagalpur', 'IND', 'Bihar', 253225);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1122, 'Bellary', 'IND', 'Karnataka', 245391);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1123, 'Barddhaman (Burdwan)', 'IND', 'West Bengali', 245079);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1124, 'Rampur', 'IND', 'Uttar Pradesh', 243742);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1125, 'Jalgaon', 'IND', 'Maharashtra', 242193);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1126, 'Muzaffarpur', 'IND', 'Bihar', 241107);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1127, 'Nizamabad', 'IND', 'Andhra Pradesh', 241034);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1128, 'Muzaffarnagar', 'IND', 'Uttar Pradesh', 240609);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1129, 'Patiala', 'IND', 'Punjab', 238368);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1130, 'Shahjahanpur', 'IND', 'Uttar Pradesh', 237713);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1131, 'Kurnool', 'IND', 'Andhra Pradesh', 236800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1132, 'Tiruppur (Tirupper)', 'IND', 'Tamil Nadu', 235661);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1133, 'Rohtak', 'IND', 'Haryana', 233400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1134, 'South Dum Dum', 'IND', 'West Bengali', 232811);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1135, 'Mathura', 'IND', 'Uttar Pradesh', 226691);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1136, 'Chandrapur', 'IND', 'Maharashtra', 226105);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1137, 'Barahanagar (Baranagar)', 'IND', 'West Bengali', 224821);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1138, 'Darbhanga', 'IND', 'Bihar', 218391);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1139, 'Siliguri (Shiliguri)', 'IND', 'West Bengali', 216950);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1140, 'Raurkela', 'IND', 'Orissa', 215489);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1141, 'Ambattur', 'IND', 'Tamil Nadu', 215424);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1142, 'Panipat', 'IND', 'Haryana', 215218);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1143, 'Firozabad', 'IND', 'Uttar Pradesh', 215128);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1144, 'Ichalkaranji', 'IND', 'Maharashtra', 214950);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1145, 'Jammu', 'IND', 'Jammu and Kashmir', 214737);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1146, 'Ramagundam', 'IND', 'Andhra Pradesh', 214384);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1147, 'Eluru', 'IND', 'Andhra Pradesh', 212866);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1148, 'Brahmapur', 'IND', 'Orissa', 210418);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1149, 'Alwar', 'IND', 'Rajasthan', 205086);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1150, 'Pondicherry', 'IND', 'Pondicherry', 203065);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1151, 'Thanjavur', 'IND', 'Tamil Nadu', 202013);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1152, 'Bihar Sharif', 'IND', 'Bihar', 201323);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1153, 'Tuticorin', 'IND', 'Tamil Nadu', 199854);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1154, 'Imphal', 'IND', 'Manipur', 198535);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1155, 'Latur', 'IND', 'Maharashtra', 197408);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1156, 'Sagar', 'IND', 'Madhya Pradesh', 195346);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1157, 'Farrukhabad-cum-Fatehgarh', 'IND', 'Uttar Pradesh', 194567);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1158, 'Sangli', 'IND', 'Maharashtra', 193197);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1159, 'Parbhani', 'IND', 'Maharashtra', 190255);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1160, 'Nagar Coil', 'IND', 'Tamil Nadu', 190084);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1161, 'Bijapur', 'IND', 'Karnataka', 186939);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1162, 'Kukatpalle', 'IND', 'Andhra Pradesh', 185378);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1163, 'Bally', 'IND', 'West Bengali', 184474);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1164, 'Bhilwara', 'IND', 'Rajasthan', 183965);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1165, 'Ratlam', 'IND', 'Madhya Pradesh', 183375);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1166, 'Avadi', 'IND', 'Tamil Nadu', 183215);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1167, 'Dindigul', 'IND', 'Tamil Nadu', 182477);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1168, 'Ahmadnagar', 'IND', 'Maharashtra', 181339);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1169, 'Bilaspur', 'IND', 'Chhatisgarh', 179833);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1170, 'Shimoga', 'IND', 'Karnataka', 179258);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1171, 'Kharagpur', 'IND', 'West Bengali', 177989);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1172, 'Mira Bhayandar', 'IND', 'Maharashtra', 175372);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1173, 'Vellore', 'IND', 'Tamil Nadu', 175061);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1174, 'Jalna', 'IND', 'Maharashtra', 174985);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1175, 'Burnpur', 'IND', 'West Bengali', 174933);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1176, 'Anantapur', 'IND', 'Andhra Pradesh', 174924);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1177, 'Allappuzha (Alleppey)', 'IND', 'Kerala', 174666);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1178, 'Tirupati', 'IND', 'Andhra Pradesh', 174369);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1179, 'Karnal', 'IND', 'Haryana', 173751);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1180, 'Burhanpur', 'IND', 'Madhya Pradesh', 172710);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1181, 'Hisar (Hissar)', 'IND', 'Haryana', 172677);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1182, 'Tiruvottiyur', 'IND', 'Tamil Nadu', 172562);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1183, 'Mirzapur-cum-Vindhyachal', 'IND', 'Uttar Pradesh', 169336);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1184, 'Secunderabad', 'IND', 'Andhra Pradesh', 167461);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1185, 'Nadiad', 'IND', 'Gujarat', 167051);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1186, 'Dewas', 'IND', 'Madhya Pradesh', 164364);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1187, 'Murwara (Katni)', 'IND', 'Madhya Pradesh', 163431);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1188, 'Ganganagar', 'IND', 'Rajasthan', 161482);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1189, 'Vizianagaram', 'IND', 'Andhra Pradesh', 160359);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1190, 'Erode', 'IND', 'Tamil Nadu', 159232);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1191, 'Machilipatnam (Masulipatam)', 'IND', 'Andhra Pradesh', 159110);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1192, 'Bhatinda (Bathinda)', 'IND', 'Punjab', 159042);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1193, 'Raichur', 'IND', 'Karnataka', 157551);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1194, 'Agartala', 'IND', 'Tripura', 157358);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1195, 'Arrah (Ara)', 'IND', 'Bihar', 157082);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1196, 'Satna', 'IND', 'Madhya Pradesh', 156630);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1197, 'Lalbahadur Nagar', 'IND', 'Andhra Pradesh', 155500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1198, 'Aizawl', 'IND', 'Mizoram', 155240);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1199, 'Uluberia', 'IND', 'West Bengali', 155172);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1200, 'Katihar', 'IND', 'Bihar', 154367);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1201, 'Cuddalore', 'IND', 'Tamil Nadu', 153086);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1202, 'Hugli-Chinsurah', 'IND', 'West Bengali', 151806);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1203, 'Dhanbad', 'IND', 'Jharkhand', 151789);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1204, 'Raiganj', 'IND', 'West Bengali', 151045);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1205, 'Sambhal', 'IND', 'Uttar Pradesh', 150869);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1206, 'Durg', 'IND', 'Chhatisgarh', 150645);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1207, 'Munger (Monghyr)', 'IND', 'Bihar', 150112);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1208, 'Kanchipuram', 'IND', 'Tamil Nadu', 150100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1209, 'North Dum Dum', 'IND', 'West Bengali', 149965);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1210, 'Karimnagar', 'IND', 'Andhra Pradesh', 148583);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1211, 'Bharatpur', 'IND', 'Rajasthan', 148519);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1212, 'Sikar', 'IND', 'Rajasthan', 148272);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1213, 'Hardwar (Haridwar)', 'IND', 'Uttaranchal', 147305);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1214, 'Dabgram', 'IND', 'West Bengali', 147217);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1215, 'Morena', 'IND', 'Madhya Pradesh', 147124);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1216, 'Noida', 'IND', 'Uttar Pradesh', 146514);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1217, 'Hapur', 'IND', 'Uttar Pradesh', 146262);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1218, 'Bhusawal', 'IND', 'Maharashtra', 145143);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1219, 'Khandwa', 'IND', 'Madhya Pradesh', 145133);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1220, 'Yamuna Nagar', 'IND', 'Haryana', 144346);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1221, 'Sonipat (Sonepat)', 'IND', 'Haryana', 143922);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1222, 'Tenali', 'IND', 'Andhra Pradesh', 143726);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1223, 'Raurkela Civil Township', 'IND', 'Orissa', 140408);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1224, 'Kollam (Quilon)', 'IND', 'Kerala', 139852);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1225, 'Kumbakonam', 'IND', 'Tamil Nadu', 139483);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1226, 'Ingraj Bazar (English Bazar)', 'IND', 'West Bengali', 139204);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1227, 'Timkur', 'IND', 'Karnataka', 138903);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1228, 'Amroha', 'IND', 'Uttar Pradesh', 137061);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1229, 'Serampore', 'IND', 'West Bengali', 137028);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1230, 'Chapra', 'IND', 'Bihar', 136877);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1231, 'Pali', 'IND', 'Rajasthan', 136842);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1232, 'Maunath Bhanjan', 'IND', 'Uttar Pradesh', 136697);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1233, 'Adoni', 'IND', 'Andhra Pradesh', 136182);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1234, 'Jaunpur', 'IND', 'Uttar Pradesh', 136062);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1235, 'Tirunelveli', 'IND', 'Tamil Nadu', 135825);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1236, 'Bahraich', 'IND', 'Uttar Pradesh', 135400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1237, 'Gadag Betigeri', 'IND', 'Karnataka', 134051);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1238, 'Proddatur', 'IND', 'Andhra Pradesh', 133914);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1239, 'Chittoor', 'IND', 'Andhra Pradesh', 133462);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1240, 'Barrackpur', 'IND', 'West Bengali', 133265);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1241, 'Bharuch (Broach)', 'IND', 'Gujarat', 133102);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1242, 'Naihati', 'IND', 'West Bengali', 132701);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1243, 'Shillong', 'IND', 'Meghalaya', 131719);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1244, 'Sambalpur', 'IND', 'Orissa', 131138);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1245, 'Junagadh', 'IND', 'Gujarat', 130484);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1246, 'Rae Bareli', 'IND', 'Uttar Pradesh', 129904);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1247, 'Rewa', 'IND', 'Madhya Pradesh', 128981);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1248, 'Gurgaon', 'IND', 'Haryana', 128608);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1249, 'Khammam', 'IND', 'Andhra Pradesh', 127992);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1250, 'Bulandshahr', 'IND', 'Uttar Pradesh', 127201);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1251, 'Navsari', 'IND', 'Gujarat', 126089);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1252, 'Malkajgiri', 'IND', 'Andhra Pradesh', 126066);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1253, 'Midnapore (Medinipur)', 'IND', 'West Bengali', 125498);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1254, 'Miraj', 'IND', 'Maharashtra', 125407);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1255, 'Raj Nandgaon', 'IND', 'Chhatisgarh', 125371);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1256, 'Alandur', 'IND', 'Tamil Nadu', 125244);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1257, 'Puri', 'IND', 'Orissa', 125199);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1258, 'Navadwip', 'IND', 'West Bengali', 125037);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1259, 'Sirsa', 'IND', 'Haryana', 125000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1260, 'Korba', 'IND', 'Chhatisgarh', 124501);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1261, 'Faizabad', 'IND', 'Uttar Pradesh', 124437);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1262, 'Etawah', 'IND', 'Uttar Pradesh', 124072);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1263, 'Pathankot', 'IND', 'Punjab', 123930);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1264, 'Gandhinagar', 'IND', 'Gujarat', 123359);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1265, 'Palghat (Palakkad)', 'IND', 'Kerala', 123289);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1266, 'Veraval', 'IND', 'Gujarat', 123000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1267, 'Hoshiarpur', 'IND', 'Punjab', 122705);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1268, 'Ambala', 'IND', 'Haryana', 122596);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1269, 'Sitapur', 'IND', 'Uttar Pradesh', 121842);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1270, 'Bhiwani', 'IND', 'Haryana', 121629);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1271, 'Cuddapah', 'IND', 'Andhra Pradesh', 121463);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1272, 'Bhimavaram', 'IND', 'Andhra Pradesh', 121314);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1273, 'Krishnanagar', 'IND', 'West Bengali', 121110);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1274, 'Chandannagar', 'IND', 'West Bengali', 120378);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1275, 'Mandya', 'IND', 'Karnataka', 120265);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1276, 'Dibrugarh', 'IND', 'Assam', 120127);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1277, 'Nandyal', 'IND', 'Andhra Pradesh', 119813);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1278, 'Balurghat', 'IND', 'West Bengali', 119796);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1279, 'Neyveli', 'IND', 'Tamil Nadu', 118080);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1280, 'Fatehpur', 'IND', 'Uttar Pradesh', 117675);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1281, 'Mahbubnagar', 'IND', 'Andhra Pradesh', 116833);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1282, 'Budaun', 'IND', 'Uttar Pradesh', 116695);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1283, 'Porbandar', 'IND', 'Gujarat', 116671);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1284, 'Silchar', 'IND', 'Assam', 115483);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1285, 'Berhampore (Baharampur)', 'IND', 'West Bengali', 115144);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1286, 'Purnea (Purnia)', 'IND', 'Jharkhand', 114912);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1287, 'Bankura', 'IND', 'West Bengali', 114876);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1288, 'Rajapalaiyam', 'IND', 'Tamil Nadu', 114202);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1289, 'Titagarh', 'IND', 'West Bengali', 114085);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1290, 'Halisahar', 'IND', 'West Bengali', 114028);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1291, 'Hathras', 'IND', 'Uttar Pradesh', 113285);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1292, 'Bhir (Bid)', 'IND', 'Maharashtra', 112434);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1293, 'Pallavaram', 'IND', 'Tamil Nadu', 111866);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1294, 'Anand', 'IND', 'Gujarat', 110266);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1295, 'Mango', 'IND', 'Jharkhand', 110024);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1296, 'Santipur', 'IND', 'West Bengali', 109956);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1297, 'Bhind', 'IND', 'Madhya Pradesh', 109755);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1298, 'Gondiya', 'IND', 'Maharashtra', 109470);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1299, 'Tiruvannamalai', 'IND', 'Tamil Nadu', 109196);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1300, 'Yeotmal (Yavatmal)', 'IND', 'Maharashtra', 108578);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1301, 'Kulti-Barakar', 'IND', 'West Bengali', 108518);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1302, 'Moga', 'IND', 'Punjab', 108304);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1303, 'Shivapuri', 'IND', 'Madhya Pradesh', 108277);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1304, 'Bidar', 'IND', 'Karnataka', 108016);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1305, 'Guntakal', 'IND', 'Andhra Pradesh', 107592);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1306, 'Unnao', 'IND', 'Uttar Pradesh', 107425);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1307, 'Barasat', 'IND', 'West Bengali', 107365);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1308, 'Tambaram', 'IND', 'Tamil Nadu', 107187);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1309, 'Abohar', 'IND', 'Punjab', 107163);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1310, 'Pilibhit', 'IND', 'Uttar Pradesh', 106605);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1311, 'Valparai', 'IND', 'Tamil Nadu', 106523);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1312, 'Gonda', 'IND', 'Uttar Pradesh', 106078);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1313, 'Surendranagar', 'IND', 'Gujarat', 105973);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1314, 'Qutubullapur', 'IND', 'Andhra Pradesh', 105380);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1315, 'Beawar', 'IND', 'Rajasthan', 105363);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1316, 'Hindupur', 'IND', 'Andhra Pradesh', 104651);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1317, 'Gandhidham', 'IND', 'Gujarat', 104585);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1318, 'Haldwani-cum-Kathgodam', 'IND', 'Uttaranchal', 104195);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1319, 'Tellicherry (Thalassery)', 'IND', 'Kerala', 103579);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1320, 'Wardha', 'IND', 'Maharashtra', 102985);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1321, 'Rishra', 'IND', 'West Bengali', 102649);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1322, 'Bhuj', 'IND', 'Gujarat', 102176);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1323, 'Modinagar', 'IND', 'Uttar Pradesh', 101660);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1324, 'Gudivada', 'IND', 'Andhra Pradesh', 101656);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1325, 'Basirhat', 'IND', 'West Bengali', 101409);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1326, 'Uttarpara-Kotrung', 'IND', 'West Bengali', 100867);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1327, 'Ongole', 'IND', 'Andhra Pradesh', 100836);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1328, 'North Barrackpur', 'IND', 'West Bengali', 100513);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1329, 'Guna', 'IND', 'Madhya Pradesh', 100490);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1330, 'Haldia', 'IND', 'West Bengali', 100347);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1331, 'Habra', 'IND', 'West Bengali', 100223);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1332, 'Kanchrapara', 'IND', 'West Bengali', 100194);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1333, 'Tonk', 'IND', 'Rajasthan', 100079);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1334, 'Champdani', 'IND', 'West Bengali', 98818);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1335, 'Orai', 'IND', 'Uttar Pradesh', 98640);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1336, 'Pudukkottai', 'IND', 'Tamil Nadu', 98619);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1337, 'Sasaram', 'IND', 'Bihar', 98220);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1338, 'Hazaribag', 'IND', 'Jharkhand', 97712);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1339, 'Palayankottai', 'IND', 'Tamil Nadu', 97662);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1340, 'Banda', 'IND', 'Uttar Pradesh', 97227);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1341, 'Godhra', 'IND', 'Gujarat', 96813);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1342, 'Hospet', 'IND', 'Karnataka', 96322);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1343, 'Ashoknagar-Kalyangarh', 'IND', 'West Bengali', 96315);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1344, 'Achalpur', 'IND', 'Maharashtra', 96216);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1345, 'Patan', 'IND', 'Gujarat', 96109);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1346, 'Mandasor', 'IND', 'Madhya Pradesh', 95758);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1347, 'Damoh', 'IND', 'Madhya Pradesh', 95661);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1348, 'Satara', 'IND', 'Maharashtra', 95133);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1349, 'Meerut Cantonment', 'IND', 'Uttar Pradesh', 94876);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1350, 'Dehri', 'IND', 'Bihar', 94526);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1351, 'Delhi Cantonment', 'IND', 'Delhi', 94326);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1352, 'Chhindwara', 'IND', 'Madhya Pradesh', 93731);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1353, 'Bansberia', 'IND', 'West Bengali', 93447);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1354, 'Nagaon', 'IND', 'Assam', 93350);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1355, 'Kanpur Cantonment', 'IND', 'Uttar Pradesh', 93109);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1356, 'Vidisha', 'IND', 'Madhya Pradesh', 92917);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1357, 'Bettiah', 'IND', 'Bihar', 92583);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1358, 'Purulia', 'IND', 'Jharkhand', 92574);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1359, 'Hassan', 'IND', 'Karnataka', 90803);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1360, 'Ambala Sadar', 'IND', 'Haryana', 90712);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1361, 'Baidyabati', 'IND', 'West Bengali', 90601);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1362, 'Morvi', 'IND', 'Gujarat', 90357);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1363, 'Raigarh', 'IND', 'Chhatisgarh', 89166);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1364, 'Vejalpur', 'IND', 'Gujarat', 89053);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1365, 'Baghdad', 'IRQ', 'Baghdad', 4336000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1366, 'Mosul', 'IRQ', 'Ninawa', 879000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1367, 'Irbil', 'IRQ', 'Irbil', 485968);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1368, 'Kirkuk', 'IRQ', 'al-Tamim', 418624);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1369, 'Basra', 'IRQ', 'Basra', 406296);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1370, 'al-Sulaymaniya', 'IRQ', 'al-Sulaymaniya', 364096);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1371, 'al-Najaf', 'IRQ', 'al-Najaf', 309010);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1372, 'Karbala', 'IRQ', 'Karbala', 296705);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1373, 'al-Hilla', 'IRQ', 'Babil', 268834);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1374, 'al-Nasiriya', 'IRQ', 'DhiQar', 265937);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1375, 'al-Amara', 'IRQ', 'Maysan', 208797);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1376, 'al-Diwaniya', 'IRQ', 'al-Qadisiya', 196519);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1377, 'al-Ramadi', 'IRQ', 'al-Anbar', 192556);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1378, 'al-Kut', 'IRQ', 'Wasit', 183183);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1379, 'Baquba', 'IRQ', 'Diyala', 114516);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1380, 'Teheran', 'IRN', 'Teheran', 6758845);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1381, 'Mashhad', 'IRN', 'Khorasan', 1887405);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1382, 'Esfahan', 'IRN', 'Esfahan', 1266072);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1383, 'Tabriz', 'IRN', 'East Azerbaidzan', 1191043);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1384, 'Shiraz', 'IRN', 'Fars', 1053025);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1385, 'Karaj', 'IRN', 'Teheran', 940968);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1386, 'Ahvaz', 'IRN', 'Khuzestan', 804980);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1387, 'Qom', 'IRN', 'Qom', 777677);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1388, 'Kermanshah', 'IRN', 'Kermanshah', 692986);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1389, 'Urmia', 'IRN', 'West Azerbaidzan', 435200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1390, 'Zahedan', 'IRN', 'Sistan va Baluchesta', 419518);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1391, 'Rasht', 'IRN', 'Gilan', 417748);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1392, 'Hamadan', 'IRN', 'Hamadan', 401281);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1393, 'Kerman', 'IRN', 'Kerman', 384991);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1394, 'Arak', 'IRN', 'Markazi', 380755);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1395, 'Ardebil', 'IRN', 'Ardebil', 340386);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1396, 'Yazd', 'IRN', 'Yazd', 326776);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1397, 'Qazvin', 'IRN', 'Qazvin', 291117);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1398, 'Zanjan', 'IRN', 'Zanjan', 286295);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1399, 'Sanandaj', 'IRN', 'Kordestan', 277808);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1400, 'Bandar-e-Abbas', 'IRN', 'Hormozgan', 273578);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1401, 'Khorramabad', 'IRN', 'Lorestan', 272815);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1402, 'Eslamshahr', 'IRN', 'Teheran', 265450);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1403, 'Borujerd', 'IRN', 'Lorestan', 217804);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1404, 'Abadan', 'IRN', 'Khuzestan', 206073);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1405, 'Dezful', 'IRN', 'Khuzestan', 202639);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1406, 'Kashan', 'IRN', 'Esfahan', 201372);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1407, 'Sari', 'IRN', 'Mazandaran', 195882);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1408, 'Gorgan', 'IRN', 'Golestan', 188710);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1409, 'Najafabad', 'IRN', 'Esfahan', 178498);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1410, 'Sabzevar', 'IRN', 'Khorasan', 170738);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1411, 'Khomeynishahr', 'IRN', 'Esfahan', 165888);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1412, 'Amol', 'IRN', 'Mazandaran', 159092);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1413, 'Neyshabur', 'IRN', 'Khorasan', 158847);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1414, 'Babol', 'IRN', 'Mazandaran', 158346);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1415, 'Khoy', 'IRN', 'West Azerbaidzan', 148944);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1416, 'Malayer', 'IRN', 'Hamadan', 144373);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1417, 'Bushehr', 'IRN', 'Bushehr', 143641);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1418, 'Qaemshahr', 'IRN', 'Mazandaran', 143286);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1419, 'Qarchak', 'IRN', 'Teheran', 142690);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1420, 'Qods', 'IRN', 'Teheran', 138278);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1421, 'Sirjan', 'IRN', 'Kerman', 135024);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1422, 'Bojnurd', 'IRN', 'Khorasan', 134835);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1423, 'Maragheh', 'IRN', 'East Azerbaidzan', 132318);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1424, 'Birjand', 'IRN', 'Khorasan', 127608);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1425, 'Ilam', 'IRN', 'Ilam', 126346);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1426, 'Bukan', 'IRN', 'West Azerbaidzan', 120020);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1427, 'Masjed-e-Soleyman', 'IRN', 'Khuzestan', 116883);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1428, 'Saqqez', 'IRN', 'Kordestan', 115394);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1429, 'Gonbad-e Qabus', 'IRN', 'Mazandaran', 111253);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1430, 'Saveh', 'IRN', 'Qom', 111245);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1431, 'Mahabad', 'IRN', 'West Azerbaidzan', 107799);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1432, 'Varamin', 'IRN', 'Teheran', 107233);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1433, 'Andimeshk', 'IRN', 'Khuzestan', 106923);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1434, 'Khorramshahr', 'IRN', 'Khuzestan', 105636);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1435, 'Shahrud', 'IRN', 'Semnan', 104765);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1436, 'Marv Dasht', 'IRN', 'Fars', 103579);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1437, 'Zabol', 'IRN', 'Sistan va Baluchesta', 100887);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1438, 'Shahr-e Kord', 'IRN', 'Chaharmahal va Bakht', 100477);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1439, 'Bandar-e Anzali', 'IRN', 'Gilan', 98500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1440, 'Rafsanjan', 'IRN', 'Kerman', 98300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1441, 'Marand', 'IRN', 'East Azerbaidzan', 96400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1442, 'Torbat-e Heydariyeh', 'IRN', 'Khorasan', 94600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1443, 'Jahrom', 'IRN', 'Fars', 94200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1444, 'Semnan', 'IRN', 'Semnan', 91045);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1445, 'Miandoab', 'IRN', 'West Azerbaidzan', 90100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1446, 'Qomsheh', 'IRN', 'Esfahan', 89800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1447, 'Dublin', 'IRL', 'Leinster', 481854);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1448, 'Cork', 'IRL', 'Munster', 127187);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1449, 'ReykjavÃk', 'ISL', 'Höfuðborgarsvæði', 109184);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1450, 'Jerusalem', 'ISR', 'Jerusalem', 633700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1451, 'Tel Aviv-Jaffa', 'ISR', 'Tel Aviv', 348100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1452, 'Haifa', 'ISR', 'Haifa', 265700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1453, 'Rishon Le Ziyyon', 'ISR', 'Ha Merkaz', 188200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1454, 'Beerseba', 'ISR', 'Ha Darom', 163700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1455, 'Holon', 'ISR', 'Tel Aviv', 163100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1456, 'Petah Tiqwa', 'ISR', 'Ha Merkaz', 159400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1457, 'Ashdod', 'ISR', 'Ha Darom', 155800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1458, 'Netanya', 'ISR', 'Ha Merkaz', 154900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1459, 'Bat Yam', 'ISR', 'Tel Aviv', 137000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1460, 'Bene Beraq', 'ISR', 'Tel Aviv', 133900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1461, 'Ramat Gan', 'ISR', 'Tel Aviv', 126900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1462, 'Ashqelon', 'ISR', 'Ha Darom', 92300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1463, 'Rehovot', 'ISR', 'Ha Merkaz', 90300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1464, 'Roma', 'ITA', 'Latium', 2643581);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1465, 'Milano', 'ITA', 'Lombardia', 1300977);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1466, 'Napoli', 'ITA', 'Campania', 1002619);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1467, 'Torino', 'ITA', 'Piemonte', 903705);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1468, 'Palermo', 'ITA', 'Sisilia', 683794);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1469, 'Genova', 'ITA', 'Liguria', 636104);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1470, 'Bologna', 'ITA', 'Emilia-Romagna', 381161);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1471, 'Firenze', 'ITA', 'Toscana', 376662);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1472, 'Catania', 'ITA', 'Sisilia', 337862);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1473, 'Bari', 'ITA', 'Apulia', 331848);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1474, 'Venezia', 'ITA', 'Veneto', 277305);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1475, 'Messina', 'ITA', 'Sisilia', 259156);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1476, 'Verona', 'ITA', 'Veneto', 255268);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1477, 'Trieste', 'ITA', 'Friuli-Venezia Giuli', 216459);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1478, 'Padova', 'ITA', 'Veneto', 211391);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1479, 'Taranto', 'ITA', 'Apulia', 208214);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1480, 'Brescia', 'ITA', 'Lombardia', 191317);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1481, 'Reggio di Calabria', 'ITA', 'Calabria', 179617);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1482, 'Modena', 'ITA', 'Emilia-Romagna', 176022);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1483, 'Prato', 'ITA', 'Toscana', 172473);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1484, 'Parma', 'ITA', 'Emilia-Romagna', 168717);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1485, 'Cagliari', 'ITA', 'Sardinia', 165926);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1486, 'Livorno', 'ITA', 'Toscana', 161673);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1487, 'Perugia', 'ITA', 'Umbria', 156673);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1488, 'Foggia', 'ITA', 'Apulia', 154891);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1489, 'Reggio nell´ Emilia', 'ITA', 'Emilia-Romagna', 143664);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1490, 'Salerno', 'ITA', 'Campania', 142055);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1491, 'Ravenna', 'ITA', 'Emilia-Romagna', 138418);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1492, 'Ferrara', 'ITA', 'Emilia-Romagna', 132127);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1493, 'Rimini', 'ITA', 'Emilia-Romagna', 131062);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1494, 'Syrakusa', 'ITA', 'Sisilia', 126282);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1495, 'Sassari', 'ITA', 'Sardinia', 120803);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1496, 'Monza', 'ITA', 'Lombardia', 119516);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1497, 'Bergamo', 'ITA', 'Lombardia', 117837);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1498, 'Pescara', 'ITA', 'Abruzzit', 115698);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1499, 'Latina', 'ITA', 'Latium', 114099);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1500, 'Vicenza', 'ITA', 'Veneto', 109738);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1501, 'Terni', 'ITA', 'Umbria', 107770);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1502, 'Forlì', 'ITA', 'Emilia-Romagna', 107475);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1503, 'Trento', 'ITA', 'Trentino-Alto Adige', 104906);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1504, 'Novara', 'ITA', 'Piemonte', 102037);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1505, 'Piacenza', 'ITA', 'Emilia-Romagna', 98384);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1506, 'Ancona', 'ITA', 'Marche', 98329);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1507, 'Lecce', 'ITA', 'Apulia', 98208);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1508, 'Bolzano', 'ITA', 'Trentino-Alto Adige', 97232);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1509, 'Catanzaro', 'ITA', 'Calabria', 96700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1510, 'La Spezia', 'ITA', 'Liguria', 95504);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1511, 'Udine', 'ITA', 'Friuli-Venezia Giuli', 94932);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1512, 'Torre del Greco', 'ITA', 'Campania', 94505);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1513, 'Andria', 'ITA', 'Apulia', 94443);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1514, 'Brindisi', 'ITA', 'Apulia', 93454);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1515, 'Giugliano in Campania', 'ITA', 'Campania', 93286);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1516, 'Pisa', 'ITA', 'Toscana', 92379);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1517, 'Barletta', 'ITA', 'Apulia', 91904);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1518, 'Arezzo', 'ITA', 'Toscana', 91729);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1519, 'Alessandria', 'ITA', 'Piemonte', 90289);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1520, 'Cesena', 'ITA', 'Emilia-Romagna', 89852);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1521, 'Pesaro', 'ITA', 'Marche', 88987);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1522, 'Dili', 'TMP', 'Dili', 47900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1523, 'Wien', 'AUT', 'Wien', 1608144);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1524, 'Graz', 'AUT', 'Steiermark', 240967);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1525, 'Linz', 'AUT', 'North Austria', 188022);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1526, 'Salzburg', 'AUT', 'Salzburg', 144247);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1527, 'Innsbruck', 'AUT', 'Tiroli', 111752);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1528, 'Klagenfurt', 'AUT', 'Kärnten', 91141);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1529, 'Spanish Town', 'JAM', 'St. Catherine', 110379);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1530, 'Kingston', 'JAM', 'St. Andrew', 103962);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1531, 'Portmore', 'JAM', 'St. Andrew', 99799);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1532, 'Tokyo', 'JPN', 'Tokyo-to', 7980230);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1533, 'Jokohama [Yokohama]', 'JPN', 'Kanagawa', 3339594);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1534, 'Osaka', 'JPN', 'Osaka', 2595674);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1535, 'Nagoya', 'JPN', 'Aichi', 2154376);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1536, 'Sapporo', 'JPN', 'Hokkaido', 1790886);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1537, 'Kioto', 'JPN', 'Kyoto', 1461974);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1538, 'Kobe', 'JPN', 'Hyogo', 1425139);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1539, 'Fukuoka', 'JPN', 'Fukuoka', 1308379);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1540, 'Kawasaki', 'JPN', 'Kanagawa', 1217359);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1541, 'Hiroshima', 'JPN', 'Hiroshima', 1119117);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1542, 'Kitakyushu', 'JPN', 'Fukuoka', 1016264);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1543, 'Sendai', 'JPN', 'Miyagi', 989975);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1544, 'Chiba', 'JPN', 'Chiba', 863930);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1545, 'Sakai', 'JPN', 'Osaka', 797735);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1546, 'Kumamoto', 'JPN', 'Kumamoto', 656734);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1547, 'Okayama', 'JPN', 'Okayama', 624269);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1548, 'Sagamihara', 'JPN', 'Kanagawa', 586300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1549, 'Hamamatsu', 'JPN', 'Shizuoka', 568796);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1550, 'Kagoshima', 'JPN', 'Kagoshima', 549977);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1551, 'Funabashi', 'JPN', 'Chiba', 545299);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1552, 'Higashiosaka', 'JPN', 'Osaka', 517785);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1553, 'Hachioji', 'JPN', 'Tokyo-to', 513451);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1554, 'Niigata', 'JPN', 'Niigata', 497464);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1555, 'Amagasaki', 'JPN', 'Hyogo', 481434);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1556, 'Himeji', 'JPN', 'Hyogo', 475167);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1557, 'Shizuoka', 'JPN', 'Shizuoka', 473854);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1558, 'Urawa', 'JPN', 'Saitama', 469675);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1559, 'Matsuyama', 'JPN', 'Ehime', 466133);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1560, 'Matsudo', 'JPN', 'Chiba', 461126);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1561, 'Kanazawa', 'JPN', 'Ishikawa', 455386);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1562, 'Kawaguchi', 'JPN', 'Saitama', 452155);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1563, 'Ichikawa', 'JPN', 'Chiba', 441893);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1564, 'Omiya', 'JPN', 'Saitama', 441649);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1565, 'Utsunomiya', 'JPN', 'Tochigi', 440353);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1566, 'Oita', 'JPN', 'Oita', 433401);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1567, 'Nagasaki', 'JPN', 'Nagasaki', 432759);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1568, 'Yokosuka', 'JPN', 'Kanagawa', 430200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1569, 'Kurashiki', 'JPN', 'Okayama', 425103);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1570, 'Gifu', 'JPN', 'Gifu', 408007);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1571, 'Hirakata', 'JPN', 'Osaka', 403151);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1572, 'Nishinomiya', 'JPN', 'Hyogo', 397618);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1573, 'Toyonaka', 'JPN', 'Osaka', 396689);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1574, 'Wakayama', 'JPN', 'Wakayama', 391233);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1575, 'Fukuyama', 'JPN', 'Hiroshima', 376921);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1576, 'Fujisawa', 'JPN', 'Kanagawa', 372840);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1577, 'Asahikawa', 'JPN', 'Hokkaido', 364813);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1578, 'Machida', 'JPN', 'Tokyo-to', 364197);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1579, 'Nara', 'JPN', 'Nara', 362812);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1580, 'Takatsuki', 'JPN', 'Osaka', 361747);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1581, 'Iwaki', 'JPN', 'Fukushima', 361737);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1582, 'Nagano', 'JPN', 'Nagano', 361391);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1583, 'Toyohashi', 'JPN', 'Aichi', 360066);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1584, 'Toyota', 'JPN', 'Aichi', 346090);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1585, 'Suita', 'JPN', 'Osaka', 345750);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1586, 'Takamatsu', 'JPN', 'Kagawa', 332471);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1587, 'Koriyama', 'JPN', 'Fukushima', 330335);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1588, 'Okazaki', 'JPN', 'Aichi', 328711);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1589, 'Kawagoe', 'JPN', 'Saitama', 327211);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1590, 'Tokorozawa', 'JPN', 'Saitama', 325809);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1591, 'Toyama', 'JPN', 'Toyama', 325790);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1592, 'Kochi', 'JPN', 'Kochi', 324710);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1593, 'Kashiwa', 'JPN', 'Chiba', 320296);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1594, 'Akita', 'JPN', 'Akita', 314440);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1595, 'Miyazaki', 'JPN', 'Miyazaki', 303784);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1596, 'Koshigaya', 'JPN', 'Saitama', 301446);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1597, 'Naha', 'JPN', 'Okinawa', 299851);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1598, 'Aomori', 'JPN', 'Aomori', 295969);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1599, 'Hakodate', 'JPN', 'Hokkaido', 294788);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1600, 'Akashi', 'JPN', 'Hyogo', 292253);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1601, 'Yokkaichi', 'JPN', 'Mie', 288173);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1602, 'Fukushima', 'JPN', 'Fukushima', 287525);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1603, 'Morioka', 'JPN', 'Iwate', 287353);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1604, 'Maebashi', 'JPN', 'Gumma', 284473);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1605, 'Kasugai', 'JPN', 'Aichi', 282348);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1606, 'Otsu', 'JPN', 'Shiga', 282070);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1607, 'Ichihara', 'JPN', 'Chiba', 279280);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1608, 'Yao', 'JPN', 'Osaka', 276421);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1609, 'Ichinomiya', 'JPN', 'Aichi', 270828);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1610, 'Tokushima', 'JPN', 'Tokushima', 269649);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1611, 'Kakogawa', 'JPN', 'Hyogo', 266281);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1612, 'Ibaraki', 'JPN', 'Osaka', 261020);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1613, 'Neyagawa', 'JPN', 'Osaka', 257315);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1614, 'Shimonoseki', 'JPN', 'Yamaguchi', 257263);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1615, 'Yamagata', 'JPN', 'Yamagata', 255617);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1616, 'Fukui', 'JPN', 'Fukui', 254818);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1617, 'Hiratsuka', 'JPN', 'Kanagawa', 254207);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1618, 'Mito', 'JPN', 'Ibaragi', 246559);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1619, 'Sasebo', 'JPN', 'Nagasaki', 244240);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1620, 'Hachinohe', 'JPN', 'Aomori', 242979);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1621, 'Takasaki', 'JPN', 'Gumma', 239124);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1622, 'Shimizu', 'JPN', 'Shizuoka', 239123);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1623, 'Kurume', 'JPN', 'Fukuoka', 235611);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1624, 'Fuji', 'JPN', 'Shizuoka', 231527);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1625, 'Soka', 'JPN', 'Saitama', 222768);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1626, 'Fuchu', 'JPN', 'Tokyo-to', 220576);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1627, 'Chigasaki', 'JPN', 'Kanagawa', 216015);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1628, 'Atsugi', 'JPN', 'Kanagawa', 212407);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1629, 'Numazu', 'JPN', 'Shizuoka', 211382);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1630, 'Ageo', 'JPN', 'Saitama', 209442);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1631, 'Yamato', 'JPN', 'Kanagawa', 208234);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1632, 'Matsumoto', 'JPN', 'Nagano', 206801);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1633, 'Kure', 'JPN', 'Hiroshima', 206504);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1634, 'Takarazuka', 'JPN', 'Hyogo', 205993);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1635, 'Kasukabe', 'JPN', 'Saitama', 201838);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1636, 'Chofu', 'JPN', 'Tokyo-to', 201585);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1637, 'Odawara', 'JPN', 'Kanagawa', 200171);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1638, 'Kofu', 'JPN', 'Yamanashi', 199753);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1639, 'Kushiro', 'JPN', 'Hokkaido', 197608);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1640, 'Kishiwada', 'JPN', 'Osaka', 197276);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1641, 'Hitachi', 'JPN', 'Ibaragi', 196622);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1642, 'Nagaoka', 'JPN', 'Niigata', 192407);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1643, 'Itami', 'JPN', 'Hyogo', 190886);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1644, 'Uji', 'JPN', 'Kyoto', 188735);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1645, 'Suzuka', 'JPN', 'Mie', 184061);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1646, 'Hirosaki', 'JPN', 'Aomori', 177522);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1647, 'Ube', 'JPN', 'Yamaguchi', 175206);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1648, 'Kodaira', 'JPN', 'Tokyo-to', 174984);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1649, 'Takaoka', 'JPN', 'Toyama', 174380);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1650, 'Obihiro', 'JPN', 'Hokkaido', 173685);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1651, 'Tomakomai', 'JPN', 'Hokkaido', 171958);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1652, 'Saga', 'JPN', 'Saga', 170034);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1653, 'Sakura', 'JPN', 'Chiba', 168072);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1654, 'Kamakura', 'JPN', 'Kanagawa', 167661);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1655, 'Mitaka', 'JPN', 'Tokyo-to', 167268);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1656, 'Izumi', 'JPN', 'Osaka', 166979);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1657, 'Hino', 'JPN', 'Tokyo-to', 166770);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1658, 'Hadano', 'JPN', 'Kanagawa', 166512);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1659, 'Ashikaga', 'JPN', 'Tochigi', 165243);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1660, 'Tsu', 'JPN', 'Mie', 164543);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1661, 'Sayama', 'JPN', 'Saitama', 162472);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1662, 'Yachiyo', 'JPN', 'Chiba', 161222);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1663, 'Tsukuba', 'JPN', 'Ibaragi', 160768);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1664, 'Tachikawa', 'JPN', 'Tokyo-to', 159430);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1665, 'Kumagaya', 'JPN', 'Saitama', 157171);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1666, 'Moriguchi', 'JPN', 'Osaka', 155941);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1667, 'Otaru', 'JPN', 'Hokkaido', 155784);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1668, 'Anjo', 'JPN', 'Aichi', 153823);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1669, 'Narashino', 'JPN', 'Chiba', 152849);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1670, 'Oyama', 'JPN', 'Tochigi', 152820);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1671, 'Ogaki', 'JPN', 'Gifu', 151758);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1672, 'Matsue', 'JPN', 'Shimane', 149821);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1673, 'Kawanishi', 'JPN', 'Hyogo', 149794);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1674, 'Hitachinaka', 'JPN', 'Tokyo-to', 148006);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1675, 'Niiza', 'JPN', 'Saitama', 147744);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1676, 'Nagareyama', 'JPN', 'Chiba', 147738);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1677, 'Tottori', 'JPN', 'Tottori', 147523);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1678, 'Tama', 'JPN', 'Ibaragi', 146712);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1679, 'Iruma', 'JPN', 'Saitama', 145922);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1680, 'Ota', 'JPN', 'Gumma', 145317);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1681, 'Omuta', 'JPN', 'Fukuoka', 142889);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1682, 'Komaki', 'JPN', 'Aichi', 139827);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1683, 'Ome', 'JPN', 'Tokyo-to', 139216);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1684, 'Kadoma', 'JPN', 'Osaka', 138953);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1685, 'Yamaguchi', 'JPN', 'Yamaguchi', 138210);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1686, 'Higashimurayama', 'JPN', 'Tokyo-to', 136970);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1687, 'Yonago', 'JPN', 'Tottori', 136461);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1688, 'Matsubara', 'JPN', 'Osaka', 135010);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1689, 'Musashino', 'JPN', 'Tokyo-to', 134426);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1690, 'Tsuchiura', 'JPN', 'Ibaragi', 134072);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1691, 'Joetsu', 'JPN', 'Niigata', 133505);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1692, 'Miyakonojo', 'JPN', 'Miyazaki', 133183);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1693, 'Misato', 'JPN', 'Saitama', 132957);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1694, 'Kakamigahara', 'JPN', 'Gifu', 131831);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1695, 'Daito', 'JPN', 'Osaka', 130594);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1696, 'Seto', 'JPN', 'Aichi', 130470);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1697, 'Kariya', 'JPN', 'Aichi', 127969);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1698, 'Urayasu', 'JPN', 'Chiba', 127550);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1699, 'Beppu', 'JPN', 'Oita', 127486);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1700, 'Niihama', 'JPN', 'Ehime', 127207);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1701, 'Minoo', 'JPN', 'Osaka', 127026);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1702, 'Fujieda', 'JPN', 'Shizuoka', 126897);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1703, 'Abiko', 'JPN', 'Chiba', 126670);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1704, 'Nobeoka', 'JPN', 'Miyazaki', 125547);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1705, 'Tondabayashi', 'JPN', 'Osaka', 125094);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1706, 'Ueda', 'JPN', 'Nagano', 124217);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1707, 'Kashihara', 'JPN', 'Nara', 124013);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1708, 'Matsusaka', 'JPN', 'Mie', 123582);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1709, 'Isesaki', 'JPN', 'Gumma', 123285);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1710, 'Zama', 'JPN', 'Kanagawa', 122046);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1711, 'Kisarazu', 'JPN', 'Chiba', 121967);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1712, 'Noda', 'JPN', 'Chiba', 121030);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1713, 'Ishinomaki', 'JPN', 'Miyagi', 120963);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1714, 'Fujinomiya', 'JPN', 'Shizuoka', 119714);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1715, 'Kawachinagano', 'JPN', 'Osaka', 119666);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1716, 'Imabari', 'JPN', 'Ehime', 119357);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1717, 'Aizuwakamatsu', 'JPN', 'Fukushima', 119287);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1718, 'Higashihiroshima', 'JPN', 'Hiroshima', 119166);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1719, 'Habikino', 'JPN', 'Osaka', 118968);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1720, 'Ebetsu', 'JPN', 'Hokkaido', 118805);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1721, 'Hofu', 'JPN', 'Yamaguchi', 118751);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1722, 'Kiryu', 'JPN', 'Gumma', 118326);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1723, 'Okinawa', 'JPN', 'Okinawa', 117748);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1724, 'Yaizu', 'JPN', 'Shizuoka', 117258);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1725, 'Toyokawa', 'JPN', 'Aichi', 115781);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1726, 'Ebina', 'JPN', 'Kanagawa', 115571);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1727, 'Asaka', 'JPN', 'Saitama', 114815);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1728, 'Higashikurume', 'JPN', 'Tokyo-to', 111666);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1729, 'Ikoma', 'JPN', 'Nara', 111645);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1730, 'Kitami', 'JPN', 'Hokkaido', 111295);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1731, 'Koganei', 'JPN', 'Tokyo-to', 110969);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1732, 'Iwatsuki', 'JPN', 'Saitama', 110034);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1733, 'Mishima', 'JPN', 'Shizuoka', 109699);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1734, 'Handa', 'JPN', 'Aichi', 108600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1735, 'Muroran', 'JPN', 'Hokkaido', 108275);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1736, 'Komatsu', 'JPN', 'Ishikawa', 107937);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1737, 'Yatsushiro', 'JPN', 'Kumamoto', 107661);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1738, 'Iida', 'JPN', 'Nagano', 107583);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1739, 'Tokuyama', 'JPN', 'Yamaguchi', 107078);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1740, 'Kokubunji', 'JPN', 'Tokyo-to', 106996);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1741, 'Akishima', 'JPN', 'Tokyo-to', 106914);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1742, 'Iwakuni', 'JPN', 'Yamaguchi', 106647);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1743, 'Kusatsu', 'JPN', 'Shiga', 106232);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1744, 'Kuwana', 'JPN', 'Mie', 106121);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1745, 'Sanda', 'JPN', 'Hyogo', 105643);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1746, 'Hikone', 'JPN', 'Shiga', 105508);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1747, 'Toda', 'JPN', 'Saitama', 103969);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1748, 'Tajimi', 'JPN', 'Gifu', 103171);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1749, 'Ikeda', 'JPN', 'Osaka', 102710);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1750, 'Fukaya', 'JPN', 'Saitama', 102156);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1751, 'Ise', 'JPN', 'Mie', 101732);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1752, 'Sakata', 'JPN', 'Yamagata', 101651);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1753, 'Kasuga', 'JPN', 'Fukuoka', 101344);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1754, 'Kamagaya', 'JPN', 'Chiba', 100821);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1755, 'Tsuruoka', 'JPN', 'Yamagata', 100713);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1756, 'Hoya', 'JPN', 'Tokyo-to', 100313);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1757, 'Nishio', 'JPN', 'Chiba', 100032);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1758, 'Tokai', 'JPN', 'Aichi', 99738);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1759, 'Inazawa', 'JPN', 'Aichi', 98746);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1760, 'Sakado', 'JPN', 'Saitama', 98221);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1761, 'Isehara', 'JPN', 'Kanagawa', 98123);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1762, 'Takasago', 'JPN', 'Hyogo', 97632);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1763, 'Fujimi', 'JPN', 'Saitama', 96972);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1764, 'Urasoe', 'JPN', 'Okinawa', 96002);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1765, 'Yonezawa', 'JPN', 'Yamagata', 95592);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1766, 'Konan', 'JPN', 'Aichi', 95521);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1767, 'Yamatokoriyama', 'JPN', 'Nara', 95165);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1768, 'Maizuru', 'JPN', 'Kyoto', 94784);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1769, 'Onomichi', 'JPN', 'Hiroshima', 93756);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1770, 'Higashimatsuyama', 'JPN', 'Saitama', 93342);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1771, 'Kimitsu', 'JPN', 'Chiba', 93216);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1772, 'Isahaya', 'JPN', 'Nagasaki', 93058);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1773, 'Kanuma', 'JPN', 'Tochigi', 93053);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1774, 'Izumisano', 'JPN', 'Osaka', 92583);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1775, 'Kameoka', 'JPN', 'Kyoto', 92398);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1776, 'Mobara', 'JPN', 'Chiba', 91664);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1777, 'Narita', 'JPN', 'Chiba', 91470);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1778, 'Kashiwazaki', 'JPN', 'Niigata', 91229);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1779, 'Tsuyama', 'JPN', 'Okayama', 91170);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1780, 'Sanaa', 'YEM', 'Sanaa', 503600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1781, 'Aden', 'YEM', 'Aden', 398300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1782, 'Taizz', 'YEM', 'Taizz', 317600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1783, 'Hodeida', 'YEM', 'Hodeida', 298500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1784, 'al-Mukalla', 'YEM', 'Hadramawt', 122400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1785, 'Ibb', 'YEM', 'Ibb', 103300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1786, 'Amman', 'JOR', 'Amman', 1000000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1787, 'al-Zarqa', 'JOR', 'al-Zarqa', 389815);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1788, 'Irbid', 'JOR', 'Irbid', 231511);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1789, 'al-Rusayfa', 'JOR', 'al-Zarqa', 137247);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1790, 'Wadi al-Sir', 'JOR', 'Amman', 89104);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1791, 'Flying Fish Cove', 'CXR', '–', 700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1792, 'Beograd', 'YUG', 'Central Serbia', 1204000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1793, 'Novi Sad', 'YUG', 'Vojvodina', 179626);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1794, 'Niš', 'YUG', 'Central Serbia', 175391);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1795, 'Priština', 'YUG', 'Kosovo and Metohija', 155496);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1796, 'Kragujevac', 'YUG', 'Central Serbia', 147305);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1797, 'Podgorica', 'YUG', 'Montenegro', 135000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1798, 'Subotica', 'YUG', 'Vojvodina', 100386);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1799, 'Prizren', 'YUG', 'Kosovo and Metohija', 92303);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1800, 'Phnom Penh', 'KHM', 'Phnom Penh', 570155);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1801, 'Battambang', 'KHM', 'Battambang', 129800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1802, 'Siem Reap', 'KHM', 'Siem Reap', 105100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1803, 'Douala', 'CMR', 'Littoral', 1448300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1804, 'Yaoundé', 'CMR', 'Centre', 1372800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1805, 'Garoua', 'CMR', 'Nord', 177000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1806, 'Maroua', 'CMR', 'Extrême-Nord', 143000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1807, 'Bamenda', 'CMR', 'Nord-Ouest', 138000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1808, 'Bafoussam', 'CMR', 'Ouest', 131000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1809, 'Nkongsamba', 'CMR', 'Littoral', 112454);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1810, 'Montréal', 'CAN', 'Québec', 1016376);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1811, 'Calgary', 'CAN', 'Alberta', 768082);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1812, 'Toronto', 'CAN', 'Ontario', 688275);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1813, 'North York', 'CAN', 'Ontario', 622632);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1814, 'Winnipeg', 'CAN', 'Manitoba', 618477);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1815, 'Edmonton', 'CAN', 'Alberta', 616306);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1816, 'Mississauga', 'CAN', 'Ontario', 608072);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1817, 'Scarborough', 'CAN', 'Ontario', 594501);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1818, 'Vancouver', 'CAN', 'British Colombia', 514008);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1819, 'Etobicoke', 'CAN', 'Ontario', 348845);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1820, 'London', 'CAN', 'Ontario', 339917);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1821, 'Hamilton', 'CAN', 'Ontario', 335614);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1822, 'Ottawa', 'CAN', 'Ontario', 335277);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1823, 'Laval', 'CAN', 'Québec', 330393);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1824, 'Surrey', 'CAN', 'British Colombia', 304477);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1825, 'Brampton', 'CAN', 'Ontario', 296711);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1826, 'Windsor', 'CAN', 'Ontario', 207588);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1827, 'Saskatoon', 'CAN', 'Saskatchewan', 193647);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1828, 'Kitchener', 'CAN', 'Ontario', 189959);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1829, 'Markham', 'CAN', 'Ontario', 189098);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1830, 'Regina', 'CAN', 'Saskatchewan', 180400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1831, 'Burnaby', 'CAN', 'British Colombia', 179209);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1832, 'Québec', 'CAN', 'Québec', 167264);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1833, 'York', 'CAN', 'Ontario', 154980);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1834, 'Richmond', 'CAN', 'British Colombia', 148867);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1835, 'Vaughan', 'CAN', 'Ontario', 147889);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1836, 'Burlington', 'CAN', 'Ontario', 145150);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1837, 'Oshawa', 'CAN', 'Ontario', 140173);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1838, 'Oakville', 'CAN', 'Ontario', 139192);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1839, 'Saint Catharines', 'CAN', 'Ontario', 136216);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1840, 'Longueuil', 'CAN', 'Québec', 127977);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1841, 'Richmond Hill', 'CAN', 'Ontario', 116428);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1842, 'Thunder Bay', 'CAN', 'Ontario', 115913);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1843, 'Nepean', 'CAN', 'Ontario', 115100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1844, 'Cape Breton', 'CAN', 'Nova Scotia', 114733);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1845, 'East York', 'CAN', 'Ontario', 114034);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1846, 'Halifax', 'CAN', 'Nova Scotia', 113910);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1847, 'Cambridge', 'CAN', 'Ontario', 109186);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1848, 'Gloucester', 'CAN', 'Ontario', 107314);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1849, 'Abbotsford', 'CAN', 'British Colombia', 105403);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1850, 'Guelph', 'CAN', 'Ontario', 103593);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1851, 'Saint John´s', 'CAN', 'Newfoundland', 101936);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1852, 'Coquitlam', 'CAN', 'British Colombia', 101820);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1853, 'Saanich', 'CAN', 'British Colombia', 101388);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1854, 'Gatineau', 'CAN', 'Québec', 100702);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1855, 'Delta', 'CAN', 'British Colombia', 95411);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1856, 'Sudbury', 'CAN', 'Ontario', 92686);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1857, 'Kelowna', 'CAN', 'British Colombia', 89442);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1858, 'Barrie', 'CAN', 'Ontario', 89269);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1859, 'Praia', 'CPV', 'São Tiago', 94800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1860, 'Almaty', 'KAZ', 'Almaty Qalasy', 1129400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1861, 'Qaraghandy', 'KAZ', 'Qaraghandy', 436900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1862, 'Shymkent', 'KAZ', 'South Kazakstan', 360100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1863, 'Taraz', 'KAZ', 'Taraz', 330100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1864, 'Astana', 'KAZ', 'Astana', 311200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1865, 'Öskemen', 'KAZ', 'East Kazakstan', 311000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1866, 'Pavlodar', 'KAZ', 'Pavlodar', 300500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1867, 'Semey', 'KAZ', 'East Kazakstan', 269600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1868, 'Aqtöbe', 'KAZ', 'Aqtöbe', 253100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1869, 'Qostanay', 'KAZ', 'Qostanay', 221400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1870, 'Petropavl', 'KAZ', 'North Kazakstan', 203500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1871, 'Oral', 'KAZ', 'West Kazakstan', 195500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1872, 'Temirtau', 'KAZ', 'Qaraghandy', 170500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1873, 'Qyzylorda', 'KAZ', 'Qyzylorda', 157400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1874, 'Aqtau', 'KAZ', 'Mangghystau', 143400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1875, 'Atyrau', 'KAZ', 'Atyrau', 142500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1876, 'Ekibastuz', 'KAZ', 'Pavlodar', 127200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1877, 'Kökshetau', 'KAZ', 'North Kazakstan', 123400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1878, 'Rudnyy', 'KAZ', 'Qostanay', 109500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1879, 'Taldyqorghan', 'KAZ', 'Almaty', 98000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1880, 'Zhezqazghan', 'KAZ', 'Qaraghandy', 90000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1881, 'Nairobi', 'KEN', 'Nairobi', 2290000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1882, 'Mombasa', 'KEN', 'Coast', 461753);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1883, 'Kisumu', 'KEN', 'Nyanza', 192733);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1884, 'Nakuru', 'KEN', 'Rift Valley', 163927);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1885, 'Machakos', 'KEN', 'Eastern', 116293);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1886, 'Eldoret', 'KEN', 'Rift Valley', 111882);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1887, 'Meru', 'KEN', 'Eastern', 94947);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1888, 'Nyeri', 'KEN', 'Central', 91258);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1889, 'Bangui', 'CAF', 'Bangui', 524000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1890, 'Shanghai', 'CHN', 'Shanghai', 9696300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1891, 'Peking', 'CHN', 'Peking', 7472000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1892, 'Chongqing', 'CHN', 'Chongqing', 6351600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1893, 'Tianjin', 'CHN', 'Tianjin', 5286800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1894, 'Wuhan', 'CHN', 'Hubei', 4344600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1895, 'Harbin', 'CHN', 'Heilongjiang', 4289800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1896, 'Shenyang', 'CHN', 'Liaoning', 4265200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1897, 'Kanton [Guangzhou]', 'CHN', 'Guangdong', 4256300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1898, 'Chengdu', 'CHN', 'Sichuan', 3361500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1899, 'Nanking [Nanjing]', 'CHN', 'Jiangsu', 2870300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1900, 'Changchun', 'CHN', 'Jilin', 2812000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1901, 'Xi´an', 'CHN', 'Shaanxi', 2761400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1902, 'Dalian', 'CHN', 'Liaoning', 2697000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1903, 'Qingdao', 'CHN', 'Shandong', 2596000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1904, 'Jinan', 'CHN', 'Shandong', 2278100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1905, 'Hangzhou', 'CHN', 'Zhejiang', 2190500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1906, 'Zhengzhou', 'CHN', 'Henan', 2107200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1907, 'Shijiazhuang', 'CHN', 'Hebei', 2041500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1908, 'Taiyuan', 'CHN', 'Shanxi', 1968400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1909, 'Kunming', 'CHN', 'Yunnan', 1829500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1910, 'Changsha', 'CHN', 'Hunan', 1809800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1911, 'Nanchang', 'CHN', 'Jiangxi', 1691600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1912, 'Fuzhou', 'CHN', 'Fujian', 1593800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1913, 'Lanzhou', 'CHN', 'Gansu', 1565800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1914, 'Guiyang', 'CHN', 'Guizhou', 1465200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1915, 'Ningbo', 'CHN', 'Zhejiang', 1371200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1916, 'Hefei', 'CHN', 'Anhui', 1369100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1917, 'Urumtši [Ürümqi]', 'CHN', 'Xinxiang', 1310100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1918, 'Anshan', 'CHN', 'Liaoning', 1200000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1919, 'Fushun', 'CHN', 'Liaoning', 1200000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1920, 'Nanning', 'CHN', 'Guangxi', 1161800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1921, 'Zibo', 'CHN', 'Shandong', 1140000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1922, 'Qiqihar', 'CHN', 'Heilongjiang', 1070000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1923, 'Jilin', 'CHN', 'Jilin', 1040000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1924, 'Tangshan', 'CHN', 'Hebei', 1040000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1925, 'Baotou', 'CHN', 'Inner Mongolia', 980000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1926, 'Shenzhen', 'CHN', 'Guangdong', 950500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1927, 'Hohhot', 'CHN', 'Inner Mongolia', 916700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1928, 'Handan', 'CHN', 'Hebei', 840000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1929, 'Wuxi', 'CHN', 'Jiangsu', 830000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1930, 'Xuzhou', 'CHN', 'Jiangsu', 810000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1931, 'Datong', 'CHN', 'Shanxi', 800000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1932, 'Yichun', 'CHN', 'Heilongjiang', 800000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1933, 'Benxi', 'CHN', 'Liaoning', 770000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1934, 'Luoyang', 'CHN', 'Henan', 760000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1935, 'Suzhou', 'CHN', 'Jiangsu', 710000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1936, 'Xining', 'CHN', 'Qinghai', 700200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1937, 'Huainan', 'CHN', 'Anhui', 700000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1938, 'Jixi', 'CHN', 'Heilongjiang', 683885);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1939, 'Daqing', 'CHN', 'Heilongjiang', 660000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1940, 'Fuxin', 'CHN', 'Liaoning', 640000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1941, 'Amoy [Xiamen]', 'CHN', 'Fujian', 627500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1942, 'Liuzhou', 'CHN', 'Guangxi', 610000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1943, 'Shantou', 'CHN', 'Guangdong', 580000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1944, 'Jinzhou', 'CHN', 'Liaoning', 570000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1945, 'Mudanjiang', 'CHN', 'Heilongjiang', 570000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1946, 'Yinchuan', 'CHN', 'Ningxia', 544500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1947, 'Changzhou', 'CHN', 'Jiangsu', 530000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1948, 'Zhangjiakou', 'CHN', 'Hebei', 530000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1949, 'Dandong', 'CHN', 'Liaoning', 520000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1950, 'Hegang', 'CHN', 'Heilongjiang', 520000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1951, 'Kaifeng', 'CHN', 'Henan', 510000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1952, 'Jiamusi', 'CHN', 'Heilongjiang', 493409);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1953, 'Liaoyang', 'CHN', 'Liaoning', 492559);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1954, 'Hengyang', 'CHN', 'Hunan', 487148);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1955, 'Baoding', 'CHN', 'Hebei', 483155);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1956, 'Hunjiang', 'CHN', 'Jilin', 482043);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1957, 'Xinxiang', 'CHN', 'Henan', 473762);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1958, 'Huangshi', 'CHN', 'Hubei', 457601);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1959, 'Haikou', 'CHN', 'Hainan', 454300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1960, 'Yantai', 'CHN', 'Shandong', 452127);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1961, 'Bengbu', 'CHN', 'Anhui', 449245);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1962, 'Xiangtan', 'CHN', 'Hunan', 441968);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1963, 'Weifang', 'CHN', 'Shandong', 428522);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1964, 'Wuhu', 'CHN', 'Anhui', 425740);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1965, 'Pingxiang', 'CHN', 'Jiangxi', 425579);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1966, 'Yingkou', 'CHN', 'Liaoning', 421589);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1967, 'Anyang', 'CHN', 'Henan', 420332);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1968, 'Panzhihua', 'CHN', 'Sichuan', 415466);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1969, 'Pingdingshan', 'CHN', 'Henan', 410775);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1970, 'Xiangfan', 'CHN', 'Hubei', 410407);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1971, 'Zhuzhou', 'CHN', 'Hunan', 409924);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1972, 'Jiaozuo', 'CHN', 'Henan', 409100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1973, 'Wenzhou', 'CHN', 'Zhejiang', 401871);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1974, 'Zhangjiang', 'CHN', 'Guangdong', 400997);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1975, 'Zigong', 'CHN', 'Sichuan', 393184);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1976, 'Shuangyashan', 'CHN', 'Heilongjiang', 386081);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1977, 'Zaozhuang', 'CHN', 'Shandong', 380846);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1978, 'Yakeshi', 'CHN', 'Inner Mongolia', 377869);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1979, 'Yichang', 'CHN', 'Hubei', 371601);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1980, 'Zhenjiang', 'CHN', 'Jiangsu', 368316);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1981, 'Huaibei', 'CHN', 'Anhui', 366549);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1982, 'Qinhuangdao', 'CHN', 'Hebei', 364972);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1983, 'Guilin', 'CHN', 'Guangxi', 364130);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1984, 'Liupanshui', 'CHN', 'Guizhou', 363954);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1985, 'Panjin', 'CHN', 'Liaoning', 362773);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1986, 'Yangquan', 'CHN', 'Shanxi', 362268);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1987, 'Jinxi', 'CHN', 'Liaoning', 357052);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1988, 'Liaoyuan', 'CHN', 'Jilin', 354141);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1989, 'Lianyungang', 'CHN', 'Jiangsu', 354139);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1990, 'Xianyang', 'CHN', 'Shaanxi', 352125);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1991, 'Tai´an', 'CHN', 'Shandong', 350696);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1992, 'Chifeng', 'CHN', 'Inner Mongolia', 350077);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1993, 'Shaoguan', 'CHN', 'Guangdong', 350043);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1994, 'Nantong', 'CHN', 'Jiangsu', 343341);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1995, 'Leshan', 'CHN', 'Sichuan', 341128);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1996, 'Baoji', 'CHN', 'Shaanxi', 337765);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1997, 'Linyi', 'CHN', 'Shandong', 324720);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1998, 'Tonghua', 'CHN', 'Jilin', 324600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (1999, 'Siping', 'CHN', 'Jilin', 317223);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2000, 'Changzhi', 'CHN', 'Shanxi', 317144);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2001, 'Tengzhou', 'CHN', 'Shandong', 315083);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2002, 'Chaozhou', 'CHN', 'Guangdong', 313469);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2003, 'Yangzhou', 'CHN', 'Jiangsu', 312892);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2004, 'Dongwan', 'CHN', 'Guangdong', 308669);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2005, 'Ma´anshan', 'CHN', 'Anhui', 305421);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2006, 'Foshan', 'CHN', 'Guangdong', 303160);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2007, 'Yueyang', 'CHN', 'Hunan', 302800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2008, 'Xingtai', 'CHN', 'Hebei', 302789);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2009, 'Changde', 'CHN', 'Hunan', 301276);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2010, 'Shihezi', 'CHN', 'Xinxiang', 299676);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2011, 'Yancheng', 'CHN', 'Jiangsu', 296831);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2012, 'Jiujiang', 'CHN', 'Jiangxi', 291187);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2013, 'Dongying', 'CHN', 'Shandong', 281728);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2014, 'Shashi', 'CHN', 'Hubei', 281352);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2015, 'Xintai', 'CHN', 'Shandong', 281248);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2016, 'Jingdezhen', 'CHN', 'Jiangxi', 281183);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2017, 'Tongchuan', 'CHN', 'Shaanxi', 280657);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2018, 'Zhongshan', 'CHN', 'Guangdong', 278829);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2019, 'Shiyan', 'CHN', 'Hubei', 273786);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2020, 'Tieli', 'CHN', 'Heilongjiang', 265683);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2021, 'Jining', 'CHN', 'Shandong', 265248);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2022, 'Wuhai', 'CHN', 'Inner Mongolia', 264081);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2023, 'Mianyang', 'CHN', 'Sichuan', 262947);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2024, 'Luzhou', 'CHN', 'Sichuan', 262892);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2025, 'Zunyi', 'CHN', 'Guizhou', 261862);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2026, 'Shizuishan', 'CHN', 'Ningxia', 257862);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2027, 'Neijiang', 'CHN', 'Sichuan', 256012);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2028, 'Tongliao', 'CHN', 'Inner Mongolia', 255129);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2029, 'Tieling', 'CHN', 'Liaoning', 254842);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2030, 'Wafangdian', 'CHN', 'Liaoning', 251733);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2031, 'Anqing', 'CHN', 'Anhui', 250718);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2032, 'Shaoyang', 'CHN', 'Hunan', 247227);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2033, 'Laiwu', 'CHN', 'Shandong', 246833);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2034, 'Chengde', 'CHN', 'Hebei', 246799);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2035, 'Tianshui', 'CHN', 'Gansu', 244974);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2036, 'Nanyang', 'CHN', 'Henan', 243303);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2037, 'Cangzhou', 'CHN', 'Hebei', 242708);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2038, 'Yibin', 'CHN', 'Sichuan', 241019);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2039, 'Huaiyin', 'CHN', 'Jiangsu', 239675);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2040, 'Dunhua', 'CHN', 'Jilin', 235100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2041, 'Yanji', 'CHN', 'Jilin', 230892);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2042, 'Jiangmen', 'CHN', 'Guangdong', 230587);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2043, 'Tongling', 'CHN', 'Anhui', 228017);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2044, 'Suihua', 'CHN', 'Heilongjiang', 227881);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2045, 'Gongziling', 'CHN', 'Jilin', 226569);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2046, 'Xiantao', 'CHN', 'Hubei', 222884);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2047, 'Chaoyang', 'CHN', 'Liaoning', 222394);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2048, 'Ganzhou', 'CHN', 'Jiangxi', 220129);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2049, 'Huzhou', 'CHN', 'Zhejiang', 218071);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2050, 'Baicheng', 'CHN', 'Jilin', 217987);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2051, 'Shangzi', 'CHN', 'Heilongjiang', 215373);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2052, 'Yangjiang', 'CHN', 'Guangdong', 215196);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2053, 'Qitaihe', 'CHN', 'Heilongjiang', 214957);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2054, 'Gejiu', 'CHN', 'Yunnan', 214294);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2055, 'Jiangyin', 'CHN', 'Jiangsu', 213659);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2056, 'Hebi', 'CHN', 'Henan', 212976);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2057, 'Jiaxing', 'CHN', 'Zhejiang', 211526);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2058, 'Wuzhou', 'CHN', 'Guangxi', 210452);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2059, 'Meihekou', 'CHN', 'Jilin', 209038);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2060, 'Xuchang', 'CHN', 'Henan', 208815);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2061, 'Liaocheng', 'CHN', 'Shandong', 207844);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2062, 'Haicheng', 'CHN', 'Liaoning', 205560);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2063, 'Qianjiang', 'CHN', 'Hubei', 205504);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2064, 'Baiyin', 'CHN', 'Gansu', 204970);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2065, 'Bei´an', 'CHN', 'Heilongjiang', 204899);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2066, 'Yixing', 'CHN', 'Jiangsu', 200824);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2067, 'Laizhou', 'CHN', 'Shandong', 198664);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2068, 'Qaramay', 'CHN', 'Xinxiang', 197602);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2069, 'Acheng', 'CHN', 'Heilongjiang', 197595);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2070, 'Dezhou', 'CHN', 'Shandong', 195485);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2071, 'Nanping', 'CHN', 'Fujian', 195064);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2072, 'Zhaoqing', 'CHN', 'Guangdong', 194784);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2073, 'Beipiao', 'CHN', 'Liaoning', 194301);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2074, 'Fengcheng', 'CHN', 'Jiangxi', 193784);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2075, 'Fuyu', 'CHN', 'Jilin', 192981);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2076, 'Xinyang', 'CHN', 'Henan', 192509);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2077, 'Dongtai', 'CHN', 'Jiangsu', 192247);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2078, 'Yuci', 'CHN', 'Shanxi', 191356);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2079, 'Honghu', 'CHN', 'Hubei', 190772);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2080, 'Ezhou', 'CHN', 'Hubei', 190123);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2081, 'Heze', 'CHN', 'Shandong', 189293);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2082, 'Daxian', 'CHN', 'Sichuan', 188101);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2083, 'Linfen', 'CHN', 'Shanxi', 187309);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2084, 'Tianmen', 'CHN', 'Hubei', 186332);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2085, 'Yiyang', 'CHN', 'Hunan', 185818);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2086, 'Quanzhou', 'CHN', 'Fujian', 185154);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2087, 'Rizhao', 'CHN', 'Shandong', 185048);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2088, 'Deyang', 'CHN', 'Sichuan', 182488);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2089, 'Guangyuan', 'CHN', 'Sichuan', 182241);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2090, 'Changshu', 'CHN', 'Jiangsu', 181805);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2091, 'Zhangzhou', 'CHN', 'Fujian', 181424);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2092, 'Hailar', 'CHN', 'Inner Mongolia', 180650);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2093, 'Nanchong', 'CHN', 'Sichuan', 180273);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2094, 'Jiutai', 'CHN', 'Jilin', 180130);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2095, 'Zhaodong', 'CHN', 'Heilongjiang', 179976);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2096, 'Shaoxing', 'CHN', 'Zhejiang', 179818);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2097, 'Fuyang', 'CHN', 'Anhui', 179572);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2098, 'Maoming', 'CHN', 'Guangdong', 178683);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2099, 'Qujing', 'CHN', 'Yunnan', 178669);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2100, 'Ghulja', 'CHN', 'Xinxiang', 177193);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2101, 'Jiaohe', 'CHN', 'Jilin', 176367);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2102, 'Puyang', 'CHN', 'Henan', 175988);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2103, 'Huadian', 'CHN', 'Jilin', 175873);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2104, 'Jiangyou', 'CHN', 'Sichuan', 175753);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2105, 'Qashqar', 'CHN', 'Xinxiang', 174570);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2106, 'Anshun', 'CHN', 'Guizhou', 174142);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2107, 'Fuling', 'CHN', 'Sichuan', 173878);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2108, 'Xinyu', 'CHN', 'Jiangxi', 173524);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2109, 'Hanzhong', 'CHN', 'Shaanxi', 169930);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2110, 'Danyang', 'CHN', 'Jiangsu', 169603);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2111, 'Chenzhou', 'CHN', 'Hunan', 169400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2112, 'Xiaogan', 'CHN', 'Hubei', 166280);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2113, 'Shangqiu', 'CHN', 'Henan', 164880);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2114, 'Zhuhai', 'CHN', 'Guangdong', 164747);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2115, 'Qingyuan', 'CHN', 'Guangdong', 164641);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2116, 'Aqsu', 'CHN', 'Xinxiang', 164092);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2117, 'Jining', 'CHN', 'Inner Mongolia', 163552);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2118, 'Xiaoshan', 'CHN', 'Zhejiang', 162930);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2119, 'Zaoyang', 'CHN', 'Hubei', 162198);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2120, 'Xinghua', 'CHN', 'Jiangsu', 161910);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2121, 'Hami', 'CHN', 'Xinxiang', 161315);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2122, 'Huizhou', 'CHN', 'Guangdong', 161023);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2123, 'Jinmen', 'CHN', 'Hubei', 160794);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2124, 'Sanming', 'CHN', 'Fujian', 160691);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2125, 'Ulanhot', 'CHN', 'Inner Mongolia', 159538);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2126, 'Korla', 'CHN', 'Xinxiang', 159344);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2127, 'Wanxian', 'CHN', 'Sichuan', 156823);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2128, 'Rui´an', 'CHN', 'Zhejiang', 156468);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2129, 'Zhoushan', 'CHN', 'Zhejiang', 156317);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2130, 'Liangcheng', 'CHN', 'Shandong', 156307);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2131, 'Jiaozhou', 'CHN', 'Shandong', 153364);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2132, 'Taizhou', 'CHN', 'Jiangsu', 152442);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2133, 'Suzhou', 'CHN', 'Anhui', 151862);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2134, 'Yichun', 'CHN', 'Jiangxi', 151585);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2135, 'Taonan', 'CHN', 'Jilin', 150168);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2136, 'Pingdu', 'CHN', 'Shandong', 150123);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2137, 'Ji´an', 'CHN', 'Jiangxi', 148583);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2138, 'Longkou', 'CHN', 'Shandong', 148362);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2139, 'Langfang', 'CHN', 'Hebei', 148105);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2140, 'Zhoukou', 'CHN', 'Henan', 146288);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2141, 'Suining', 'CHN', 'Sichuan', 146086);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2142, 'Yulin', 'CHN', 'Guangxi', 144467);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2143, 'Jinhua', 'CHN', 'Zhejiang', 144280);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2144, 'Liu´an', 'CHN', 'Anhui', 144248);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2145, 'Shuangcheng', 'CHN', 'Heilongjiang', 142659);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2146, 'Suizhou', 'CHN', 'Hubei', 142302);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2147, 'Ankang', 'CHN', 'Shaanxi', 142170);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2148, 'Weinan', 'CHN', 'Shaanxi', 140169);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2149, 'Longjing', 'CHN', 'Jilin', 139417);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2150, 'Da´an', 'CHN', 'Jilin', 138963);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2151, 'Lengshuijiang', 'CHN', 'Hunan', 137994);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2152, 'Laiyang', 'CHN', 'Shandong', 137080);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2153, 'Xianning', 'CHN', 'Hubei', 136811);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2154, 'Dali', 'CHN', 'Yunnan', 136554);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2155, 'Anda', 'CHN', 'Heilongjiang', 136446);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2156, 'Jincheng', 'CHN', 'Shanxi', 136396);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2157, 'Longyan', 'CHN', 'Fujian', 134481);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2158, 'Xichang', 'CHN', 'Sichuan', 134419);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2159, 'Wendeng', 'CHN', 'Shandong', 133910);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2160, 'Hailun', 'CHN', 'Heilongjiang', 133565);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2161, 'Binzhou', 'CHN', 'Shandong', 133555);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2162, 'Linhe', 'CHN', 'Inner Mongolia', 133183);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2163, 'Wuwei', 'CHN', 'Gansu', 133101);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2164, 'Duyun', 'CHN', 'Guizhou', 132971);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2165, 'Mishan', 'CHN', 'Heilongjiang', 132744);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2166, 'Shangrao', 'CHN', 'Jiangxi', 132455);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2167, 'Changji', 'CHN', 'Xinxiang', 132260);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2168, 'Meixian', 'CHN', 'Guangdong', 132156);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2169, 'Yushu', 'CHN', 'Jilin', 131861);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2170, 'Tiefa', 'CHN', 'Liaoning', 131807);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2171, 'Huai´an', 'CHN', 'Jiangsu', 131149);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2172, 'Leiyang', 'CHN', 'Hunan', 130115);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2173, 'Zalantun', 'CHN', 'Inner Mongolia', 130031);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2174, 'Weihai', 'CHN', 'Shandong', 128888);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2175, 'Loudi', 'CHN', 'Hunan', 128418);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2176, 'Qingzhou', 'CHN', 'Shandong', 128258);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2177, 'Qidong', 'CHN', 'Jiangsu', 126872);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2178, 'Huaihua', 'CHN', 'Hunan', 126785);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2179, 'Luohe', 'CHN', 'Henan', 126438);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2180, 'Chuzhou', 'CHN', 'Anhui', 125341);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2181, 'Kaiyuan', 'CHN', 'Liaoning', 124219);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2182, 'Linqing', 'CHN', 'Shandong', 123958);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2183, 'Chaohu', 'CHN', 'Anhui', 123676);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2184, 'Laohekou', 'CHN', 'Hubei', 123366);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2185, 'Dujiangyan', 'CHN', 'Sichuan', 123357);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2186, 'Zhumadian', 'CHN', 'Henan', 123232);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2187, 'Linchuan', 'CHN', 'Jiangxi', 121949);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2188, 'Jiaonan', 'CHN', 'Shandong', 121397);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2189, 'Sanmenxia', 'CHN', 'Henan', 120523);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2190, 'Heyuan', 'CHN', 'Guangdong', 120101);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2191, 'Manzhouli', 'CHN', 'Inner Mongolia', 120023);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2192, 'Lhasa', 'CHN', 'Tibet', 120000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2193, 'Lianyuan', 'CHN', 'Hunan', 118858);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2194, 'Kuytun', 'CHN', 'Xinxiang', 118553);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2195, 'Puqi', 'CHN', 'Hubei', 117264);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2196, 'Hongjiang', 'CHN', 'Hunan', 116188);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2197, 'Qinzhou', 'CHN', 'Guangxi', 114586);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2198, 'Renqiu', 'CHN', 'Hebei', 114256);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2199, 'Yuyao', 'CHN', 'Zhejiang', 114065);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2200, 'Guigang', 'CHN', 'Guangxi', 114025);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2201, 'Kaili', 'CHN', 'Guizhou', 113958);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2202, 'Yan´an', 'CHN', 'Shaanxi', 113277);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2203, 'Beihai', 'CHN', 'Guangxi', 112673);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2204, 'Xuangzhou', 'CHN', 'Anhui', 112673);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2205, 'Quzhou', 'CHN', 'Zhejiang', 112373);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2206, 'Yong´an', 'CHN', 'Fujian', 111762);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2207, 'Zixing', 'CHN', 'Hunan', 110048);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2208, 'Liyang', 'CHN', 'Jiangsu', 109520);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2209, 'Yizheng', 'CHN', 'Jiangsu', 109268);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2210, 'Yumen', 'CHN', 'Gansu', 109234);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2211, 'Liling', 'CHN', 'Hunan', 108504);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2212, 'Yuncheng', 'CHN', 'Shanxi', 108359);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2213, 'Shanwei', 'CHN', 'Guangdong', 107847);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2214, 'Cixi', 'CHN', 'Zhejiang', 107329);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2215, 'Yuanjiang', 'CHN', 'Hunan', 107004);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2216, 'Bozhou', 'CHN', 'Anhui', 106346);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2217, 'Jinchang', 'CHN', 'Gansu', 105287);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2218, 'Fu´an', 'CHN', 'Fujian', 105265);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2219, 'Suqian', 'CHN', 'Jiangsu', 105021);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2220, 'Shishou', 'CHN', 'Hubei', 104571);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2221, 'Hengshui', 'CHN', 'Hebei', 104269);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2222, 'Danjiangkou', 'CHN', 'Hubei', 103211);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2223, 'Fujin', 'CHN', 'Heilongjiang', 103104);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2224, 'Sanya', 'CHN', 'Hainan', 102820);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2225, 'Guangshui', 'CHN', 'Hubei', 102770);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2226, 'Huangshan', 'CHN', 'Anhui', 102628);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2227, 'Xingcheng', 'CHN', 'Liaoning', 102384);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2228, 'Zhucheng', 'CHN', 'Shandong', 102134);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2229, 'Kunshan', 'CHN', 'Jiangsu', 102052);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2230, 'Haining', 'CHN', 'Zhejiang', 100478);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2231, 'Pingliang', 'CHN', 'Gansu', 99265);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2232, 'Fuqing', 'CHN', 'Fujian', 99193);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2233, 'Xinzhou', 'CHN', 'Shanxi', 98667);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2234, 'Jieyang', 'CHN', 'Guangdong', 98531);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2235, 'Zhangjiagang', 'CHN', 'Jiangsu', 97994);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2236, 'Tong Xian', 'CHN', 'Peking', 97168);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2237, 'Ya´an', 'CHN', 'Sichuan', 95900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2238, 'Jinzhou', 'CHN', 'Liaoning', 95761);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2239, 'Emeishan', 'CHN', 'Sichuan', 94000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2240, 'Enshi', 'CHN', 'Hubei', 93056);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2241, 'Bose', 'CHN', 'Guangxi', 93009);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2242, 'Yuzhou', 'CHN', 'Henan', 92889);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2243, 'Kaiyuan', 'CHN', 'Yunnan', 91999);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2244, 'Tumen', 'CHN', 'Jilin', 91471);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2245, 'Putian', 'CHN', 'Fujian', 91030);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2246, 'Linhai', 'CHN', 'Zhejiang', 90870);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2247, 'Xilin Hot', 'CHN', 'Inner Mongolia', 90646);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2248, 'Shaowu', 'CHN', 'Fujian', 90286);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2249, 'Junan', 'CHN', 'Shandong', 90222);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2250, 'Huaying', 'CHN', 'Sichuan', 89400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2251, 'Pingyi', 'CHN', 'Shandong', 89373);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2252, 'Huangyan', 'CHN', 'Zhejiang', 89288);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2253, 'Bishkek', 'KGZ', 'Bishkek shaary', 589400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2254, 'Osh', 'KGZ', 'Osh', 222700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2255, 'Bikenibeu', 'KIR', 'South Tarawa', 5055);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2256, 'Bairiki', 'KIR', 'South Tarawa', 2226);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2257, 'Santafé de Bogotá', 'COL', 'Santafé de Bogotá', 6260862);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2258, 'Cali', 'COL', 'Valle', 2077386);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2259, 'MedellÃn', 'COL', 'Antioquia', 1861265);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2260, 'Barranquilla', 'COL', 'Atlántico', 1223260);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2261, 'Cartagena', 'COL', 'BolÃvar', 805757);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2262, 'Cúcuta', 'COL', 'Norte de Santander', 606932);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2263, 'Bucaramanga', 'COL', 'Santander', 515555);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2264, 'Ibagué', 'COL', 'Tolima', 393664);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2265, 'Pereira', 'COL', 'Risaralda', 381725);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2266, 'Santa Marta', 'COL', 'Magdalena', 359147);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2267, 'Manizales', 'COL', 'Caldas', 337580);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2268, 'Bello', 'COL', 'Antioquia', 333470);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2269, 'Pasto', 'COL', 'Nariño', 332396);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2270, 'Neiva', 'COL', 'Huila', 300052);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2271, 'Soledad', 'COL', 'Atlántico', 295058);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2272, 'Armenia', 'COL', 'QuindÃo', 288977);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2273, 'Villavicencio', 'COL', 'Meta', 273140);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2274, 'Soacha', 'COL', 'Cundinamarca', 272058);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2275, 'Valledupar', 'COL', 'Cesar', 263247);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2276, 'MonterÃa', 'COL', 'Córdoba', 248245);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2277, 'ItagüÃ', 'COL', 'Antioquia', 228985);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2278, 'Palmira', 'COL', 'Valle', 226509);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2279, 'Buenaventura', 'COL', 'Valle', 224336);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2280, 'Floridablanca', 'COL', 'Santander', 221913);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2281, 'Sincelejo', 'COL', 'Sucre', 220704);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2282, 'Popayán', 'COL', 'Cauca', 200719);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2283, 'Barrancabermeja', 'COL', 'Santander', 178020);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2284, 'Dos Quebradas', 'COL', 'Risaralda', 159363);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2285, 'Tuluá', 'COL', 'Valle', 152488);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2286, 'Envigado', 'COL', 'Antioquia', 135848);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2287, 'Cartago', 'COL', 'Valle', 125884);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2288, 'Girardot', 'COL', 'Cundinamarca', 110963);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2289, 'Buga', 'COL', 'Valle', 110699);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2290, 'Tunja', 'COL', 'Boyacá', 109740);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2291, 'Florencia', 'COL', 'Caquetá', 108574);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2292, 'Maicao', 'COL', 'La Guajira', 108053);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2293, 'Sogamoso', 'COL', 'Boyacá', 107728);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2294, 'Giron', 'COL', 'Santander', 90688);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2295, 'Moroni', 'COM', 'Njazidja', 36000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2296, 'Brazzaville', 'COG', 'Brazzaville', 950000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2297, 'Pointe-Noire', 'COG', 'Kouilou', 500000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2298, 'Kinshasa', 'COD', 'Kinshasa', 5064000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2299, 'Lubumbashi', 'COD', 'Shaba', 851381);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2300, 'Mbuji-Mayi', 'COD', 'East Kasai', 806475);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2301, 'Kolwezi', 'COD', 'Shaba', 417810);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2302, 'Kisangani', 'COD', 'Haute-Zaïre', 417517);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2303, 'Kananga', 'COD', 'West Kasai', 393030);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2304, 'Likasi', 'COD', 'Shaba', 299118);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2305, 'Bukavu', 'COD', 'South Kivu', 201569);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2306, 'Kikwit', 'COD', 'Bandundu', 182142);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2307, 'Tshikapa', 'COD', 'West Kasai', 180860);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2308, 'Matadi', 'COD', 'Bas-Zaïre', 172730);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2309, 'Mbandaka', 'COD', 'Equateur', 169841);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2310, 'Mwene-Ditu', 'COD', 'East Kasai', 137459);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2311, 'Boma', 'COD', 'Bas-Zaïre', 135284);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2312, 'Uvira', 'COD', 'South Kivu', 115590);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2313, 'Butembo', 'COD', 'North Kivu', 109406);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2314, 'Goma', 'COD', 'North Kivu', 109094);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2315, 'Kalemie', 'COD', 'Shaba', 101309);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2316, 'Bantam', 'CCK', 'Home Island', 503);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2317, 'West Island', 'CCK', 'West Island', 167);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2318, 'Pyongyang', 'PRK', 'Pyongyang-si', 2484000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2319, 'Hamhung', 'PRK', 'Hamgyong N', 709730);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2320, 'Chongjin', 'PRK', 'Hamgyong P', 582480);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2321, 'Nampo', 'PRK', 'Nampo-si', 566200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2322, 'Sinuiju', 'PRK', 'Pyongan P', 326011);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2323, 'Wonsan', 'PRK', 'Kangwon', 300148);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2324, 'Phyongsong', 'PRK', 'Pyongan N', 272934);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2325, 'Sariwon', 'PRK', 'Hwanghae P', 254146);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2326, 'Haeju', 'PRK', 'Hwanghae N', 229172);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2327, 'Kanggye', 'PRK', 'Chagang', 223410);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2328, 'Kimchaek', 'PRK', 'Hamgyong P', 179000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2329, 'Hyesan', 'PRK', 'Yanggang', 178020);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2330, 'Kaesong', 'PRK', 'Kaesong-si', 171500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2331, 'Seoul', 'KOR', 'Seoul', 9981619);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2332, 'Pusan', 'KOR', 'Pusan', 3804522);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2333, 'Inchon', 'KOR', 'Inchon', 2559424);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2334, 'Taegu', 'KOR', 'Taegu', 2548568);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2335, 'Taejon', 'KOR', 'Taejon', 1425835);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2336, 'Kwangju', 'KOR', 'Kwangju', 1368341);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2337, 'Ulsan', 'KOR', 'Kyongsangnam', 1084891);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2338, 'Songnam', 'KOR', 'Kyonggi', 869094);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2339, 'Puchon', 'KOR', 'Kyonggi', 779412);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2340, 'Suwon', 'KOR', 'Kyonggi', 755550);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2341, 'Anyang', 'KOR', 'Kyonggi', 591106);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2342, 'Chonju', 'KOR', 'Chollabuk', 563153);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2343, 'Chongju', 'KOR', 'Chungchongbuk', 531376);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2344, 'Koyang', 'KOR', 'Kyonggi', 518282);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2345, 'Ansan', 'KOR', 'Kyonggi', 510314);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2346, 'Pohang', 'KOR', 'Kyongsangbuk', 508899);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2347, 'Chang-won', 'KOR', 'Kyongsangnam', 481694);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2348, 'Masan', 'KOR', 'Kyongsangnam', 441242);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2349, 'Kwangmyong', 'KOR', 'Kyonggi', 350914);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2350, 'Chonan', 'KOR', 'Chungchongnam', 330259);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2351, 'Chinju', 'KOR', 'Kyongsangnam', 329886);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2352, 'Iksan', 'KOR', 'Chollabuk', 322685);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2353, 'Pyongtaek', 'KOR', 'Kyonggi', 312927);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2354, 'Kumi', 'KOR', 'Kyongsangbuk', 311431);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2355, 'Uijongbu', 'KOR', 'Kyonggi', 276111);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2356, 'Kyongju', 'KOR', 'Kyongsangbuk', 272968);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2357, 'Kunsan', 'KOR', 'Chollabuk', 266569);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2358, 'Cheju', 'KOR', 'Cheju', 258511);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2359, 'Kimhae', 'KOR', 'Kyongsangnam', 256370);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2360, 'Sunchon', 'KOR', 'Chollanam', 249263);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2361, 'Mokpo', 'KOR', 'Chollanam', 247452);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2362, 'Yong-in', 'KOR', 'Kyonggi', 242643);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2363, 'Wonju', 'KOR', 'Kang-won', 237460);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2364, 'Kunpo', 'KOR', 'Kyonggi', 235233);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2365, 'Chunchon', 'KOR', 'Kang-won', 234528);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2366, 'Namyangju', 'KOR', 'Kyonggi', 229060);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2367, 'Kangnung', 'KOR', 'Kang-won', 220403);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2368, 'Chungju', 'KOR', 'Chungchongbuk', 205206);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2369, 'Andong', 'KOR', 'Kyongsangbuk', 188443);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2370, 'Yosu', 'KOR', 'Chollanam', 183596);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2371, 'Kyongsan', 'KOR', 'Kyongsangbuk', 173746);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2372, 'Paju', 'KOR', 'Kyonggi', 163379);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2373, 'Yangsan', 'KOR', 'Kyongsangnam', 163351);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2374, 'Ichon', 'KOR', 'Kyonggi', 155332);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2375, 'Asan', 'KOR', 'Chungchongnam', 154663);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2376, 'Koje', 'KOR', 'Kyongsangnam', 147562);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2377, 'Kimchon', 'KOR', 'Kyongsangbuk', 147027);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2378, 'Nonsan', 'KOR', 'Chungchongnam', 146619);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2379, 'Kuri', 'KOR', 'Kyonggi', 142173);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2380, 'Chong-up', 'KOR', 'Chollabuk', 139111);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2381, 'Chechon', 'KOR', 'Chungchongbuk', 137070);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2382, 'Sosan', 'KOR', 'Chungchongnam', 134746);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2383, 'Shihung', 'KOR', 'Kyonggi', 133443);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2384, 'Tong-yong', 'KOR', 'Kyongsangnam', 131717);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2385, 'Kongju', 'KOR', 'Chungchongnam', 131229);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2386, 'Yongju', 'KOR', 'Kyongsangbuk', 131097);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2387, 'Chinhae', 'KOR', 'Kyongsangnam', 125997);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2388, 'Sangju', 'KOR', 'Kyongsangbuk', 124116);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2389, 'Poryong', 'KOR', 'Chungchongnam', 122604);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2390, 'Kwang-yang', 'KOR', 'Chollanam', 122052);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2391, 'Miryang', 'KOR', 'Kyongsangnam', 121501);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2392, 'Hanam', 'KOR', 'Kyonggi', 115812);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2393, 'Kimje', 'KOR', 'Chollabuk', 115427);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2394, 'Yongchon', 'KOR', 'Kyongsangbuk', 113511);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2395, 'Sachon', 'KOR', 'Kyongsangnam', 113494);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2396, 'Uiwang', 'KOR', 'Kyonggi', 108788);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2397, 'Naju', 'KOR', 'Chollanam', 107831);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2398, 'Namwon', 'KOR', 'Chollabuk', 103544);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2399, 'Tonghae', 'KOR', 'Kang-won', 95472);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2400, 'Mun-gyong', 'KOR', 'Kyongsangbuk', 92239);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2401, 'Athenai', 'GRC', 'Attika', 772072);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2402, 'Thessaloniki', 'GRC', 'Central Macedonia', 383967);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2403, 'Pireus', 'GRC', 'Attika', 182671);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2404, 'Patras', 'GRC', 'West Greece', 153344);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2405, 'Peristerion', 'GRC', 'Attika', 137288);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2406, 'Herakleion', 'GRC', 'Crete', 116178);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2407, 'Kallithea', 'GRC', 'Attika', 114233);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2408, 'Larisa', 'GRC', 'Thessalia', 113090);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2409, 'Zagreb', 'HRV', 'Grad Zagreb', 706770);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2410, 'Split', 'HRV', 'Split-Dalmatia', 189388);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2411, 'Rijeka', 'HRV', 'Primorje-Gorski Kota', 167964);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2412, 'Osijek', 'HRV', 'Osijek-Baranja', 104761);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2413, 'La Habana', 'CUB', 'La Habana', 2256000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2414, 'Santiago de Cuba', 'CUB', 'Santiago de Cuba', 433180);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2415, 'Camagüey', 'CUB', 'Camagüey', 298726);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2416, 'HolguÃn', 'CUB', 'HolguÃn', 249492);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2417, 'Santa Clara', 'CUB', 'Villa Clara', 207350);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2418, 'Guantánamo', 'CUB', 'Guantánamo', 205078);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2419, 'Pinar del RÃo', 'CUB', 'Pinar del RÃo', 142100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2420, 'Bayamo', 'CUB', 'Granma', 141000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2421, 'Cienfuegos', 'CUB', 'Cienfuegos', 132770);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2422, 'Victoria de las Tunas', 'CUB', 'Las Tunas', 132350);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2423, 'Matanzas', 'CUB', 'Matanzas', 123273);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2424, 'Manzanillo', 'CUB', 'Granma', 109350);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2425, 'Sancti-SpÃritus', 'CUB', 'Sancti-SpÃritus', 100751);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2426, 'Ciego de Ãvila', 'CUB', 'Ciego de Ãvila', 98505);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2427, 'al-Salimiya', 'KWT', 'Hawalli', 130215);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2428, 'Jalib al-Shuyukh', 'KWT', 'Hawalli', 102178);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2429, 'Kuwait', 'KWT', 'al-Asima', 28859);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2430, 'Nicosia', 'CYP', 'Nicosia', 195000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2431, 'Limassol', 'CYP', 'Limassol', 154400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2432, 'Vientiane', 'LAO', 'Viangchan', 531800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2433, 'Savannakhet', 'LAO', 'Savannakhet', 96652);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2434, 'Riga', 'LVA', 'Riika', 764328);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2435, 'Daugavpils', 'LVA', 'Daugavpils', 114829);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2436, 'Liepaja', 'LVA', 'Liepaja', 89439);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2437, 'Maseru', 'LSO', 'Maseru', 297000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2438, 'Beirut', 'LBN', 'Beirut', 1100000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2439, 'Tripoli', 'LBN', 'al-Shamal', 240000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2440, 'Monrovia', 'LBR', 'Montserrado', 850000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2441, 'Tripoli', 'LBY', 'Tripoli', 1682000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2442, 'Bengasi', 'LBY', 'Bengasi', 804000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2443, 'Misrata', 'LBY', 'Misrata', 121669);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2444, 'al-Zawiya', 'LBY', 'al-Zawiya', 89338);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2445, 'Schaan', 'LIE', 'Schaan', 5346);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2446, 'Vaduz', 'LIE', 'Vaduz', 5043);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2447, 'Vilnius', 'LTU', 'Vilna', 577969);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2448, 'Kaunas', 'LTU', 'Kaunas', 412639);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2449, 'Klaipeda', 'LTU', 'Klaipeda', 202451);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2450, 'Šiauliai', 'LTU', 'Šiauliai', 146563);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2451, 'Panevezys', 'LTU', 'Panevezys', 133695);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2452, 'Luxembourg [Luxemburg/Lëtzebuerg]', 'LUX', 'Luxembourg', 80700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2453, 'El-Aaiún', 'ESH', 'El-Aaiún', 169000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2454, 'Macao', 'MAC', 'Macau', 437500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2455, 'Antananarivo', 'MDG', 'Antananarivo', 675669);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2456, 'Toamasina', 'MDG', 'Toamasina', 127441);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2457, 'Antsirabé', 'MDG', 'Antananarivo', 120239);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2458, 'Mahajanga', 'MDG', 'Mahajanga', 100807);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2459, 'Fianarantsoa', 'MDG', 'Fianarantsoa', 99005);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2460, 'Skopje', 'MKD', 'Skopje', 444299);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2461, 'Blantyre', 'MWI', 'Blantyre', 478155);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2462, 'Lilongwe', 'MWI', 'Lilongwe', 435964);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2463, 'Male', 'MDV', 'Maale', 71000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2464, 'Kuala Lumpur', 'MYS', 'Wilayah Persekutuan', 1297526);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2465, 'Ipoh', 'MYS', 'Perak', 382853);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2466, 'Johor Baharu', 'MYS', 'Johor', 328436);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2467, 'Petaling Jaya', 'MYS', 'Selangor', 254350);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2468, 'Kelang', 'MYS', 'Selangor', 243355);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2469, 'Kuala Terengganu', 'MYS', 'Terengganu', 228119);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2470, 'Pinang', 'MYS', 'Pulau Pinang', 219603);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2471, 'Kota Bharu', 'MYS', 'Kelantan', 219582);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2472, 'Kuantan', 'MYS', 'Pahang', 199484);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2473, 'Taiping', 'MYS', 'Perak', 183261);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2474, 'Seremban', 'MYS', 'Negeri Sembilan', 182869);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2475, 'Kuching', 'MYS', 'Sarawak', 148059);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2476, 'Sibu', 'MYS', 'Sarawak', 126381);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2477, 'Sandakan', 'MYS', 'Sabah', 125841);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2478, 'Alor Setar', 'MYS', 'Kedah', 124412);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2479, 'Selayang Baru', 'MYS', 'Selangor', 124228);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2480, 'Sungai Petani', 'MYS', 'Kedah', 114763);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2481, 'Shah Alam', 'MYS', 'Selangor', 102019);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2482, 'Bamako', 'MLI', 'Bamako', 809552);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2483, 'Birkirkara', 'MLT', 'Outer Harbour', 21445);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2484, 'Valletta', 'MLT', 'Inner Harbour', 7073);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2485, 'Casablanca', 'MAR', 'Casablanca', 2940623);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2486, 'Rabat', 'MAR', 'Rabat-Salé-Zammour-', 623457);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2487, 'Marrakech', 'MAR', 'Marrakech-Tensift-Al', 621914);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2488, 'Fès', 'MAR', 'Fès-Boulemane', 541162);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2489, 'Tanger', 'MAR', 'Tanger-Tétouan', 521735);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2490, 'Salé', 'MAR', 'Rabat-Salé-Zammour-', 504420);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2491, 'Meknès', 'MAR', 'Meknès-Tafilalet', 460000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2492, 'Oujda', 'MAR', 'Oriental', 365382);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2493, 'Kénitra', 'MAR', 'Gharb-Chrarda-Béni', 292600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2494, 'Tétouan', 'MAR', 'Tanger-Tétouan', 277516);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2495, 'Safi', 'MAR', 'Doukkala-Abda', 262300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2496, 'Agadir', 'MAR', 'Souss Massa-Draâ', 155244);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2497, 'Mohammedia', 'MAR', 'Casablanca', 154706);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2498, 'Khouribga', 'MAR', 'Chaouia-Ouardigha', 152090);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2499, 'Beni-Mellal', 'MAR', 'Tadla-Azilal', 140212);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2500, 'Témara', 'MAR', 'Rabat-Salé-Zammour-', 126303);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2501, 'El Jadida', 'MAR', 'Doukkala-Abda', 119083);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2502, 'Nador', 'MAR', 'Oriental', 112450);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2503, 'Ksar el Kebir', 'MAR', 'Tanger-Tétouan', 107065);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2504, 'Settat', 'MAR', 'Chaouia-Ouardigha', 96200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2505, 'Taza', 'MAR', 'Taza-Al Hoceima-Taou', 92700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2506, 'El Araich', 'MAR', 'Tanger-Tétouan', 90400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2507, 'Dalap-Uliga-Darrit', 'MHL', 'Majuro', 28000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2508, 'Fort-de-France', 'MTQ', 'Fort-de-France', 94050);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2509, 'Nouakchott', 'MRT', 'Nouakchott', 667300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2510, 'Nouâdhibou', 'MRT', 'Dakhlet Nouâdhibou', 97600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2511, 'Port-Louis', 'MUS', 'Port-Louis', 138200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2512, 'Beau Bassin-Rose Hill', 'MUS', 'Plaines Wilhelms', 100616);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2513, 'Vacoas-Phoenix', 'MUS', 'Plaines Wilhelms', 98464);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2514, 'Mamoutzou', 'MYT', 'Mamoutzou', 12000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2515, 'Ciudad de México', 'MEX', 'Distrito Federal', 8591309);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2516, 'Guadalajara', 'MEX', 'Jalisco', 1647720);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2517, 'Ecatepec de Morelos', 'MEX', 'México', 1620303);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2518, 'Puebla', 'MEX', 'Puebla', 1346176);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2519, 'Nezahualcóyotl', 'MEX', 'México', 1224924);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2520, 'Juárez', 'MEX', 'Chihuahua', 1217818);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2521, 'Tijuana', 'MEX', 'Baja California', 1212232);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2522, 'León', 'MEX', 'Guanajuato', 1133576);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2523, 'Monterrey', 'MEX', 'Nuevo León', 1108499);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2524, 'Zapopan', 'MEX', 'Jalisco', 1002239);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2525, 'Naucalpan de Juárez', 'MEX', 'México', 857511);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2526, 'Mexicali', 'MEX', 'Baja California', 764902);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2527, 'Culiacán', 'MEX', 'Sinaloa', 744859);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2528, 'Acapulco de Juárez', 'MEX', 'Guerrero', 721011);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2529, 'Tlalnepantla de Baz', 'MEX', 'México', 720755);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2530, 'Mérida', 'MEX', 'Yucatán', 703324);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2531, 'Chihuahua', 'MEX', 'Chihuahua', 670208);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2532, 'San Luis PotosÃ', 'MEX', 'San Luis PotosÃ', 669353);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2533, 'Guadalupe', 'MEX', 'Nuevo León', 668780);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2534, 'Toluca', 'MEX', 'México', 665617);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2535, 'Aguascalientes', 'MEX', 'Aguascalientes', 643360);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2536, 'Querétaro', 'MEX', 'Querétaro de Arteag', 639839);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2537, 'Morelia', 'MEX', 'Michoacán de Ocampo', 619958);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2538, 'Hermosillo', 'MEX', 'Sonora', 608697);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2539, 'Saltillo', 'MEX', 'Coahuila de Zaragoza', 577352);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2540, 'Torreón', 'MEX', 'Coahuila de Zaragoza', 529093);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2541, 'Centro (Villahermosa)', 'MEX', 'Tabasco', 519873);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2542, 'San Nicolás de los Garza', 'MEX', 'Nuevo León', 495540);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2543, 'Durango', 'MEX', 'Durango', 490524);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2544, 'Chimalhuacán', 'MEX', 'México', 490245);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2545, 'Tlaquepaque', 'MEX', 'Jalisco', 475472);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2546, 'Atizapán de Zaragoza', 'MEX', 'México', 467262);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2547, 'Veracruz', 'MEX', 'Veracruz', 457119);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2548, 'Cuautitlán Izcalli', 'MEX', 'México', 452976);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2549, 'Irapuato', 'MEX', 'Guanajuato', 440039);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2550, 'Tuxtla Gutiérrez', 'MEX', 'Chiapas', 433544);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2551, 'Tultitlán', 'MEX', 'México', 432411);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2552, 'Reynosa', 'MEX', 'Tamaulipas', 419776);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2553, 'Benito Juárez', 'MEX', 'Quintana Roo', 419276);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2554, 'Matamoros', 'MEX', 'Tamaulipas', 416428);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2555, 'Xalapa', 'MEX', 'Veracruz', 390058);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2556, 'Celaya', 'MEX', 'Guanajuato', 382140);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2557, 'Mazatlán', 'MEX', 'Sinaloa', 380265);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2558, 'Ensenada', 'MEX', 'Baja California', 369573);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2559, 'Ahome', 'MEX', 'Sinaloa', 358663);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2560, 'Cajeme', 'MEX', 'Sonora', 355679);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2561, 'Cuernavaca', 'MEX', 'Morelos', 337966);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2562, 'Tonalá', 'MEX', 'Jalisco', 336109);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2563, 'Valle de Chalco Solidaridad', 'MEX', 'México', 323113);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2564, 'Nuevo Laredo', 'MEX', 'Tamaulipas', 310277);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2565, 'Tepic', 'MEX', 'Nayarit', 305025);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2566, 'Tampico', 'MEX', 'Tamaulipas', 294789);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2567, 'Ixtapaluca', 'MEX', 'México', 293160);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2568, 'Apodaca', 'MEX', 'Nuevo León', 282941);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2569, 'Guasave', 'MEX', 'Sinaloa', 277201);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2570, 'Gómez Palacio', 'MEX', 'Durango', 272806);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2571, 'Tapachula', 'MEX', 'Chiapas', 271141);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2572, 'Nicolás Romero', 'MEX', 'México', 269393);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2573, 'Coatzacoalcos', 'MEX', 'Veracruz', 267037);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2574, 'Uruapan', 'MEX', 'Michoacán de Ocampo', 265211);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2575, 'Victoria', 'MEX', 'Tamaulipas', 262686);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2576, 'Oaxaca de Juárez', 'MEX', 'Oaxaca', 256848);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2577, 'Coacalco de Berriozábal', 'MEX', 'México', 252270);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2578, 'Pachuca de Soto', 'MEX', 'Hidalgo', 244688);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2579, 'General Escobedo', 'MEX', 'Nuevo León', 232961);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2580, 'Salamanca', 'MEX', 'Guanajuato', 226864);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2581, 'Santa Catarina', 'MEX', 'Nuevo León', 226573);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2582, 'Tehuacán', 'MEX', 'Puebla', 225943);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2583, 'Chalco', 'MEX', 'México', 222201);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2584, 'Cárdenas', 'MEX', 'Tabasco', 216903);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2585, 'Campeche', 'MEX', 'Campeche', 216735);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2586, 'La Paz', 'MEX', 'México', 213045);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2587, 'Othón P. Blanco (Chetumal)', 'MEX', 'Quintana Roo', 208014);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2588, 'Texcoco', 'MEX', 'México', 203681);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2589, 'La Paz', 'MEX', 'Baja California Sur', 196708);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2590, 'Metepec', 'MEX', 'México', 194265);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2591, 'Monclova', 'MEX', 'Coahuila de Zaragoza', 193657);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2592, 'Huixquilucan', 'MEX', 'México', 193156);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2593, 'Chilpancingo de los Bravo', 'MEX', 'Guerrero', 192509);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2594, 'Puerto Vallarta', 'MEX', 'Jalisco', 183741);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2595, 'Fresnillo', 'MEX', 'Zacatecas', 182744);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2596, 'Ciudad Madero', 'MEX', 'Tamaulipas', 182012);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2597, 'Soledad de Graciano Sánchez', 'MEX', 'San Luis PotosÃ', 179956);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2598, 'San Juan del RÃo', 'MEX', 'Querétaro', 179300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2599, 'San Felipe del Progreso', 'MEX', 'México', 177330);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2600, 'Córdoba', 'MEX', 'Veracruz', 176952);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2601, 'Tecámac', 'MEX', 'México', 172410);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2602, 'Ocosingo', 'MEX', 'Chiapas', 171495);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2603, 'Carmen', 'MEX', 'Campeche', 171367);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2604, 'Lázaro Cárdenas', 'MEX', 'Michoacán de Ocampo', 170878);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2605, 'Jiutepec', 'MEX', 'Morelos', 170428);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2606, 'Papantla', 'MEX', 'Veracruz', 170123);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2607, 'Comalcalco', 'MEX', 'Tabasco', 164640);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2608, 'Zamora', 'MEX', 'Michoacán de Ocampo', 161191);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2609, 'Nogales', 'MEX', 'Sonora', 159103);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2610, 'Huimanguillo', 'MEX', 'Tabasco', 158335);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2611, 'Cuautla', 'MEX', 'Morelos', 153132);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2612, 'Minatitlán', 'MEX', 'Veracruz', 152983);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2613, 'Poza Rica de Hidalgo', 'MEX', 'Veracruz', 152678);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2614, 'Ciudad Valles', 'MEX', 'San Luis PotosÃ', 146411);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2615, 'Navolato', 'MEX', 'Sinaloa', 145396);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2616, 'San Luis RÃo Colorado', 'MEX', 'Sonora', 145276);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2617, 'Pénjamo', 'MEX', 'Guanajuato', 143927);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2618, 'San Andrés Tuxtla', 'MEX', 'Veracruz', 142251);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2619, 'Guanajuato', 'MEX', 'Guanajuato', 141215);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2620, 'Navojoa', 'MEX', 'Sonora', 140495);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2621, 'Zitácuaro', 'MEX', 'Michoacán de Ocampo', 137970);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2622, 'Boca del RÃo', 'MEX', 'Veracruz-Llave', 135721);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2623, 'Allende', 'MEX', 'Guanajuato', 134645);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2624, 'Silao', 'MEX', 'Guanajuato', 134037);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2625, 'Macuspana', 'MEX', 'Tabasco', 133795);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2626, 'San Juan Bautista Tuxtepec', 'MEX', 'Oaxaca', 133675);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2627, 'San Cristóbal de las Casas', 'MEX', 'Chiapas', 132317);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2628, 'Valle de Santiago', 'MEX', 'Guanajuato', 130557);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2629, 'Guaymas', 'MEX', 'Sonora', 130108);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2630, 'Colima', 'MEX', 'Colima', 129454);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2631, 'Dolores Hidalgo', 'MEX', 'Guanajuato', 128675);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2632, 'Lagos de Moreno', 'MEX', 'Jalisco', 127949);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2633, 'Piedras Negras', 'MEX', 'Coahuila de Zaragoza', 127898);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2634, 'Altamira', 'MEX', 'Tamaulipas', 127490);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2635, 'Túxpam', 'MEX', 'Veracruz', 126475);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2636, 'San Pedro Garza GarcÃa', 'MEX', 'Nuevo León', 126147);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2637, 'Cuauhtémoc', 'MEX', 'Chihuahua', 124279);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2638, 'Manzanillo', 'MEX', 'Colima', 124014);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2639, 'Iguala de la Independencia', 'MEX', 'Guerrero', 123883);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2640, 'Zacatecas', 'MEX', 'Zacatecas', 123700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2641, 'Tlajomulco de Zúñiga', 'MEX', 'Jalisco', 123220);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2642, 'Tulancingo de Bravo', 'MEX', 'Hidalgo', 121946);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2643, 'Zinacantepec', 'MEX', 'México', 121715);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2644, 'San MartÃn Texmelucan', 'MEX', 'Puebla', 121093);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2645, 'Tepatitlán de Morelos', 'MEX', 'Jalisco', 118948);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2646, 'MartÃnez de la Torre', 'MEX', 'Veracruz', 118815);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2647, 'Orizaba', 'MEX', 'Veracruz', 118488);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2648, 'Apatzingán', 'MEX', 'Michoacán de Ocampo', 117849);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2649, 'Atlixco', 'MEX', 'Puebla', 117019);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2650, 'Delicias', 'MEX', 'Chihuahua', 116132);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2651, 'Ixtlahuaca', 'MEX', 'México', 115548);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2652, 'El Mante', 'MEX', 'Tamaulipas', 112453);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2653, 'Lerdo', 'MEX', 'Durango', 112272);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2654, 'Almoloya de Juárez', 'MEX', 'México', 110550);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2655, 'Acámbaro', 'MEX', 'Guanajuato', 110487);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2656, 'Acuña', 'MEX', 'Coahuila de Zaragoza', 110388);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2657, 'Guadalupe', 'MEX', 'Zacatecas', 108881);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2658, 'Huejutla de Reyes', 'MEX', 'Hidalgo', 108017);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2659, 'Hidalgo', 'MEX', 'Michoacán de Ocampo', 106198);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2660, 'Los Cabos', 'MEX', 'Baja California Sur', 105199);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2661, 'Comitán de DomÃnguez', 'MEX', 'Chiapas', 104986);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2662, 'Cunduacán', 'MEX', 'Tabasco', 104164);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2663, 'RÃo Bravo', 'MEX', 'Tamaulipas', 103901);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2664, 'Temapache', 'MEX', 'Veracruz', 102824);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2665, 'Chilapa de Alvarez', 'MEX', 'Guerrero', 102716);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2666, 'Hidalgo del Parral', 'MEX', 'Chihuahua', 100881);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2667, 'San Francisco del Rincón', 'MEX', 'Guanajuato', 100149);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2668, 'Taxco de Alarcón', 'MEX', 'Guerrero', 99907);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2669, 'Zumpango', 'MEX', 'México', 99781);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2670, 'San Pedro Cholula', 'MEX', 'Puebla', 99734);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2671, 'Lerma', 'MEX', 'México', 99714);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2672, 'Tecomán', 'MEX', 'Colima', 99296);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2673, 'Las Margaritas', 'MEX', 'Chiapas', 97389);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2674, 'Cosoleacaque', 'MEX', 'Veracruz', 97199);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2675, 'San Luis de la Paz', 'MEX', 'Guanajuato', 96763);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2676, 'José Azueta', 'MEX', 'Guerrero', 95448);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2677, 'Santiago Ixcuintla', 'MEX', 'Nayarit', 95311);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2678, 'San Felipe', 'MEX', 'Guanajuato', 95305);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2679, 'Tejupilco', 'MEX', 'México', 94934);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2680, 'Tantoyuca', 'MEX', 'Veracruz', 94709);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2681, 'Salvatierra', 'MEX', 'Guanajuato', 94322);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2682, 'Tultepec', 'MEX', 'México', 93364);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2683, 'Temixco', 'MEX', 'Morelos', 92686);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2684, 'Matamoros', 'MEX', 'Coahuila de Zaragoza', 91858);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2685, 'Pánuco', 'MEX', 'Veracruz', 90551);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2686, 'El Fuerte', 'MEX', 'Sinaloa', 89556);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2687, 'Tierra Blanca', 'MEX', 'Veracruz', 89143);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2688, 'Weno', 'FSM', 'Chuuk', 22000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2689, 'Palikir', 'FSM', 'Pohnpei', 8600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2690, 'Chisinau', 'MDA', 'Chisinau', 719900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2691, 'Tiraspol', 'MDA', 'Dnjestria', 194300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2692, 'Balti', 'MDA', 'Balti', 153400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2693, 'Bender (Tîghina)', 'MDA', 'Bender (Tîghina)', 125700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2694, 'Monte-Carlo', 'MCO', '–', 13154);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2695, 'Monaco-Ville', 'MCO', '–', 1234);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2696, 'Ulan Bator', 'MNG', 'Ulaanbaatar', 773700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2697, 'Plymouth', 'MSR', 'Plymouth', 2000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2698, 'Maputo', 'MOZ', 'Maputo', 1018938);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2699, 'Matola', 'MOZ', 'Maputo', 424662);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2700, 'Beira', 'MOZ', 'Sofala', 397368);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2701, 'Nampula', 'MOZ', 'Nampula', 303346);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2702, 'Chimoio', 'MOZ', 'Manica', 171056);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2703, 'Naçala-Porto', 'MOZ', 'Nampula', 158248);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2704, 'Quelimane', 'MOZ', 'Zambézia', 150116);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2705, 'Mocuba', 'MOZ', 'Zambézia', 124700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2706, 'Tete', 'MOZ', 'Tete', 101984);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2707, 'Xai-Xai', 'MOZ', 'Gaza', 99442);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2708, 'Gurue', 'MOZ', 'Zambézia', 99300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2709, 'Maxixe', 'MOZ', 'Inhambane', 93985);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2710, 'Rangoon (Yangon)', 'MMR', 'Rangoon [Yangon]', 3361700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2711, 'Mandalay', 'MMR', 'Mandalay', 885300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2712, 'Moulmein (Mawlamyine)', 'MMR', 'Mon', 307900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2713, 'Pegu (Bago)', 'MMR', 'Pegu [Bago]', 190900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2714, 'Bassein (Pathein)', 'MMR', 'Irrawaddy [Ayeyarwad', 183900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2715, 'Monywa', 'MMR', 'Sagaing', 138600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2716, 'Sittwe (Akyab)', 'MMR', 'Rakhine', 137600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2717, 'Taunggyi (Taunggye)', 'MMR', 'Shan', 131500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2718, 'Meikhtila', 'MMR', 'Mandalay', 129700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2719, 'Mergui (Myeik)', 'MMR', 'Tenasserim [Tanintha', 122700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2720, 'Lashio (Lasho)', 'MMR', 'Shan', 107600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2721, 'Prome (Pyay)', 'MMR', 'Pegu [Bago]', 105700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2722, 'Henzada (Hinthada)', 'MMR', 'Irrawaddy [Ayeyarwad', 104700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2723, 'Myingyan', 'MMR', 'Mandalay', 103600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2724, 'Tavoy (Dawei)', 'MMR', 'Tenasserim [Tanintha', 96800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2725, 'Pagakku (Pakokku)', 'MMR', 'Magwe [Magway]', 94800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2726, 'Windhoek', 'NAM', 'Khomas', 169000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2727, 'Yangor', 'NRU', '–', 4050);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2728, 'Yaren', 'NRU', '–', 559);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2729, 'Kathmandu', 'NPL', 'Central', 591835);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2730, 'Biratnagar', 'NPL', 'Eastern', 157764);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2731, 'Pokhara', 'NPL', 'Western', 146318);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2732, 'Lalitapur', 'NPL', 'Central', 145847);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2733, 'Birgunj', 'NPL', 'Central', 90639);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2734, 'Managua', 'NIC', 'Managua', 959000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2735, 'León', 'NIC', 'León', 123865);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2736, 'Chinandega', 'NIC', 'Chinandega', 97387);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2737, 'Masaya', 'NIC', 'Masaya', 88971);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2738, 'Niamey', 'NER', 'Niamey', 420000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2739, 'Zinder', 'NER', 'Zinder', 120892);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2740, 'Maradi', 'NER', 'Maradi', 112965);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2741, 'Lagos', 'NGA', 'Lagos', 1518000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2742, 'Ibadan', 'NGA', 'Oyo & Osun', 1432000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2743, 'Ogbomosho', 'NGA', 'Oyo & Osun', 730000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2744, 'Kano', 'NGA', 'Kano & Jigawa', 674100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2745, 'Oshogbo', 'NGA', 'Oyo & Osun', 476800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2746, 'Ilorin', 'NGA', 'Kwara & Kogi', 475800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2747, 'Abeokuta', 'NGA', 'Ogun', 427400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2748, 'Port Harcourt', 'NGA', 'Rivers & Bayelsa', 410000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2749, 'Zaria', 'NGA', 'Kaduna', 379200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2750, 'Ilesha', 'NGA', 'Oyo & Osun', 378400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2751, 'Onitsha', 'NGA', 'Anambra & Enugu & Eb', 371900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2752, 'Iwo', 'NGA', 'Oyo & Osun', 362000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2753, 'Ado-Ekiti', 'NGA', 'Ondo & Ekiti', 359400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2754, 'Abuja', 'NGA', 'Federal Capital Dist', 350100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2755, 'Kaduna', 'NGA', 'Kaduna', 342200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2756, 'Mushin', 'NGA', 'Lagos', 333200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2757, 'Maiduguri', 'NGA', 'Borno & Yobe', 320000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2758, 'Enugu', 'NGA', 'Anambra & Enugu & Eb', 316100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2759, 'Ede', 'NGA', 'Oyo & Osun', 307100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2760, 'Aba', 'NGA', 'Imo & Abia', 298900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2761, 'Ife', 'NGA', 'Oyo & Osun', 296800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2762, 'Ila', 'NGA', 'Oyo & Osun', 264000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2763, 'Oyo', 'NGA', 'Oyo & Osun', 256400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2764, 'Ikerre', 'NGA', 'Ondo & Ekiti', 244600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2765, 'Benin City', 'NGA', 'Edo & Delta', 229400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2766, 'Iseyin', 'NGA', 'Oyo & Osun', 217300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2767, 'Katsina', 'NGA', 'Katsina', 206500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2768, 'Jos', 'NGA', 'Plateau & Nassarawa', 206300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2769, 'Sokoto', 'NGA', 'Sokoto & Kebbi & Zam', 204900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2770, 'Ilobu', 'NGA', 'Oyo & Osun', 199000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2771, 'Offa', 'NGA', 'Kwara & Kogi', 197200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2772, 'Ikorodu', 'NGA', 'Lagos', 184900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2773, 'Ilawe-Ekiti', 'NGA', 'Ondo & Ekiti', 184500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2774, 'Owo', 'NGA', 'Ondo & Ekiti', 183500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2775, 'Ikirun', 'NGA', 'Oyo & Osun', 181400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2776, 'Shaki', 'NGA', 'Oyo & Osun', 174500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2777, 'Calabar', 'NGA', 'Cross River', 174400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2778, 'Ondo', 'NGA', 'Ondo & Ekiti', 173600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2779, 'Akure', 'NGA', 'Ondo & Ekiti', 162300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2780, 'Gusau', 'NGA', 'Sokoto & Kebbi & Zam', 158000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2781, 'Ijebu-Ode', 'NGA', 'Ogun', 156400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2782, 'Effon-Alaiye', 'NGA', 'Oyo & Osun', 153100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2783, 'Kumo', 'NGA', 'Bauchi & Gombe', 148000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2784, 'Shomolu', 'NGA', 'Lagos', 147700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2785, 'Oka-Akoko', 'NGA', 'Ondo & Ekiti', 142900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2786, 'Ikare', 'NGA', 'Ondo & Ekiti', 140800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2787, 'Sapele', 'NGA', 'Edo & Delta', 139200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2788, 'Deba Habe', 'NGA', 'Bauchi & Gombe', 138600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2789, 'Minna', 'NGA', 'Niger', 136900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2790, 'Warri', 'NGA', 'Edo & Delta', 126100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2791, 'Bida', 'NGA', 'Niger', 125500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2792, 'Ikire', 'NGA', 'Oyo & Osun', 123300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2793, 'Makurdi', 'NGA', 'Benue', 123100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2794, 'Lafia', 'NGA', 'Plateau & Nassarawa', 122500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2795, 'Inisa', 'NGA', 'Oyo & Osun', 119800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2796, 'Shagamu', 'NGA', 'Ogun', 117200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2797, 'Awka', 'NGA', 'Anambra & Enugu & Eb', 111200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2798, 'Gombe', 'NGA', 'Bauchi & Gombe', 107800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2799, 'Igboho', 'NGA', 'Oyo & Osun', 106800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2800, 'Ejigbo', 'NGA', 'Oyo & Osun', 105900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2801, 'Agege', 'NGA', 'Lagos', 105000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2802, 'Ise-Ekiti', 'NGA', 'Ondo & Ekiti', 103400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2803, 'Ugep', 'NGA', 'Cross River', 102600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2804, 'Epe', 'NGA', 'Lagos', 101000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2805, 'Alofi', 'NIU', '–', 682);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2806, 'Kingston', 'NFK', '–', 800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2807, 'Oslo', 'NOR', 'Oslo', 508726);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2808, 'Bergen', 'NOR', 'Hordaland', 230948);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2809, 'Trondheim', 'NOR', 'Sør-Trøndelag', 150166);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2810, 'Stavanger', 'NOR', 'Rogaland', 108848);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2811, 'Bærum', 'NOR', 'Akershus', 101340);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2812, 'Abidjan', 'CIV', 'Abidjan', 2500000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2813, 'Bouaké', 'CIV', 'Bouaké', 329850);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2814, 'Yamoussoukro', 'CIV', 'Yamoussoukro', 130000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2815, 'Daloa', 'CIV', 'Daloa', 121842);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2816, 'Korhogo', 'CIV', 'Korhogo', 109445);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2817, 'al-Sib', 'OMN', 'Masqat', 155000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2818, 'Salala', 'OMN', 'Zufar', 131813);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2819, 'Bawshar', 'OMN', 'Masqat', 107500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2820, 'Suhar', 'OMN', 'al-Batina', 90814);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2821, 'Masqat', 'OMN', 'Masqat', 51969);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2822, 'Karachi', 'PAK', 'Sindh', 9269265);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2823, 'Lahore', 'PAK', 'Punjab', 5063499);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2824, 'Faisalabad', 'PAK', 'Punjab', 1977246);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2825, 'Rawalpindi', 'PAK', 'Punjab', 1406214);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2826, 'Multan', 'PAK', 'Punjab', 1182441);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2827, 'Hyderabad', 'PAK', 'Sindh', 1151274);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2828, 'Gujranwala', 'PAK', 'Punjab', 1124749);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2829, 'Peshawar', 'PAK', 'Nothwest Border Prov', 988005);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2830, 'Quetta', 'PAK', 'Baluchistan', 560307);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2831, 'Islamabad', 'PAK', 'Islamabad', 524500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2832, 'Sargodha', 'PAK', 'Punjab', 455360);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2833, 'Sialkot', 'PAK', 'Punjab', 417597);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2834, 'Bahawalpur', 'PAK', 'Punjab', 403408);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2835, 'Sukkur', 'PAK', 'Sindh', 329176);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2836, 'Jhang', 'PAK', 'Punjab', 292214);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2837, 'Sheikhupura', 'PAK', 'Punjab', 271875);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2838, 'Larkana', 'PAK', 'Sindh', 270366);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2839, 'Gujrat', 'PAK', 'Punjab', 250121);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2840, 'Mardan', 'PAK', 'Nothwest Border Prov', 244511);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2841, 'Kasur', 'PAK', 'Punjab', 241649);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2842, 'Rahim Yar Khan', 'PAK', 'Punjab', 228479);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2843, 'Sahiwal', 'PAK', 'Punjab', 207388);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2844, 'Okara', 'PAK', 'Punjab', 200901);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2845, 'Wah', 'PAK', 'Punjab', 198400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2846, 'Dera Ghazi Khan', 'PAK', 'Punjab', 188100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2847, 'Mirpur Khas', 'PAK', 'Sind', 184500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2848, 'Nawabshah', 'PAK', 'Sind', 183100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2849, 'Mingora', 'PAK', 'Nothwest Border Prov', 174500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2850, 'Chiniot', 'PAK', 'Punjab', 169300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2851, 'Kamoke', 'PAK', 'Punjab', 151000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2852, 'Mandi Burewala', 'PAK', 'Punjab', 149900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2853, 'Jhelum', 'PAK', 'Punjab', 145800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2854, 'Sadiqabad', 'PAK', 'Punjab', 141500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2855, 'Jacobabad', 'PAK', 'Sind', 137700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2856, 'Shikarpur', 'PAK', 'Sind', 133300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2857, 'Khanewal', 'PAK', 'Punjab', 133000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2858, 'Hafizabad', 'PAK', 'Punjab', 130200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2859, 'Kohat', 'PAK', 'Nothwest Border Prov', 125300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2860, 'Muzaffargarh', 'PAK', 'Punjab', 121600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2861, 'Khanpur', 'PAK', 'Punjab', 117800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2862, 'Gojra', 'PAK', 'Punjab', 115000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2863, 'Bahawalnagar', 'PAK', 'Punjab', 109600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2864, 'Muridke', 'PAK', 'Punjab', 108600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2865, 'Pak Pattan', 'PAK', 'Punjab', 107800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2866, 'Abottabad', 'PAK', 'Nothwest Border Prov', 106000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2867, 'Tando Adam', 'PAK', 'Sind', 103400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2868, 'Jaranwala', 'PAK', 'Punjab', 103300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2869, 'Khairpur', 'PAK', 'Sind', 102200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2870, 'Chishtian Mandi', 'PAK', 'Punjab', 101700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2871, 'Daska', 'PAK', 'Punjab', 101500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2872, 'Dadu', 'PAK', 'Sind', 98600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2873, 'Mandi Bahauddin', 'PAK', 'Punjab', 97300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2874, 'Ahmadpur East', 'PAK', 'Punjab', 96000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2875, 'Kamalia', 'PAK', 'Punjab', 95300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2876, 'Khuzdar', 'PAK', 'Baluchistan', 93100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2877, 'Vihari', 'PAK', 'Punjab', 92300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2878, 'Dera Ismail Khan', 'PAK', 'Nothwest Border Prov', 90400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2879, 'Wazirabad', 'PAK', 'Punjab', 89700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2880, 'Nowshera', 'PAK', 'Nothwest Border Prov', 89400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2881, 'Koror', 'PLW', 'Koror', 12000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2882, 'Ciudad de Panamá', 'PAN', 'Panamá', 471373);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2883, 'San Miguelito', 'PAN', 'San Miguelito', 315382);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2884, 'Port Moresby', 'PNG', 'National Capital Dis', 247000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2885, 'Asunción', 'PRY', 'Asunción', 557776);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2886, 'Ciudad del Este', 'PRY', 'Alto Paraná', 133881);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2887, 'San Lorenzo', 'PRY', 'Central', 133395);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2888, 'Lambaré', 'PRY', 'Central', 99681);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2889, 'Fernando de la Mora', 'PRY', 'Central', 95287);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2890, 'Lima', 'PER', 'Lima', 6464693);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2891, 'Arequipa', 'PER', 'Arequipa', 762000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2892, 'Trujillo', 'PER', 'La Libertad', 652000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2893, 'Chiclayo', 'PER', 'Lambayeque', 517000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2894, 'Callao', 'PER', 'Callao', 424294);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2895, 'Iquitos', 'PER', 'Loreto', 367000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2896, 'Chimbote', 'PER', 'Ancash', 336000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2897, 'Huancayo', 'PER', 'JunÃn', 327000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2898, 'Piura', 'PER', 'Piura', 325000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2899, 'Cusco', 'PER', 'Cusco', 291000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2900, 'Pucallpa', 'PER', 'Ucayali', 220866);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2901, 'Tacna', 'PER', 'Tacna', 215683);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2902, 'Ica', 'PER', 'Ica', 194820);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2903, 'Sullana', 'PER', 'Piura', 147361);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2904, 'Juliaca', 'PER', 'Puno', 142576);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2905, 'Huánuco', 'PER', 'Huanuco', 129688);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2906, 'Ayacucho', 'PER', 'Ayacucho', 118960);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2907, 'Chincha Alta', 'PER', 'Ica', 110016);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2908, 'Cajamarca', 'PER', 'Cajamarca', 108009);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2909, 'Puno', 'PER', 'Puno', 101578);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2910, 'Ventanilla', 'PER', 'Callao', 101056);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2911, 'Castilla', 'PER', 'Piura', 90642);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2912, 'Adamstown', 'PCN', '–', 42);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2913, 'Garapan', 'MNP', 'Saipan', 9200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2914, 'Lisboa', 'PRT', 'Lisboa', 563210);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2915, 'Porto', 'PRT', 'Porto', 273060);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2916, 'Amadora', 'PRT', 'Lisboa', 122106);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2917, 'CoÃmbra', 'PRT', 'CoÃmbra', 96100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2918, 'Braga', 'PRT', 'Braga', 90535);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2919, 'San Juan', 'PRI', 'San Juan', 434374);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2920, 'Bayamón', 'PRI', 'Bayamón', 224044);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2921, 'Ponce', 'PRI', 'Ponce', 186475);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2922, 'Carolina', 'PRI', 'Carolina', 186076);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2923, 'Caguas', 'PRI', 'Caguas', 140502);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2924, 'Arecibo', 'PRI', 'Arecibo', 100131);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2925, 'Guaynabo', 'PRI', 'Guaynabo', 100053);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2926, 'Mayagüez', 'PRI', 'Mayagüez', 98434);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2927, 'Toa Baja', 'PRI', 'Toa Baja', 94085);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2928, 'Warszawa', 'POL', 'Mazowieckie', 1615369);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2929, 'Lódz', 'POL', 'Lodzkie', 800110);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2930, 'Kraków', 'POL', 'Malopolskie', 738150);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2931, 'Wroclaw', 'POL', 'Dolnoslaskie', 636765);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2932, 'Poznan', 'POL', 'Wielkopolskie', 576899);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2933, 'Gdansk', 'POL', 'Pomorskie', 458988);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2934, 'Szczecin', 'POL', 'Zachodnio-Pomorskie', 416988);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2935, 'Bydgoszcz', 'POL', 'Kujawsko-Pomorskie', 386855);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2936, 'Lublin', 'POL', 'Lubelskie', 356251);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2937, 'Katowice', 'POL', 'Slaskie', 345934);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2938, 'Bialystok', 'POL', 'Podlaskie', 283937);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2939, 'Czestochowa', 'POL', 'Slaskie', 257812);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2940, 'Gdynia', 'POL', 'Pomorskie', 253521);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2941, 'Sosnowiec', 'POL', 'Slaskie', 244102);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2942, 'Radom', 'POL', 'Mazowieckie', 232262);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2943, 'Kielce', 'POL', 'Swietokrzyskie', 212383);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2944, 'Gliwice', 'POL', 'Slaskie', 212164);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2945, 'Torun', 'POL', 'Kujawsko-Pomorskie', 206158);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2946, 'Bytom', 'POL', 'Slaskie', 205560);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2947, 'Zabrze', 'POL', 'Slaskie', 200177);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2948, 'Bielsko-Biala', 'POL', 'Slaskie', 180307);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2949, 'Olsztyn', 'POL', 'Warminsko-Mazurskie', 170904);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2950, 'Rzeszów', 'POL', 'Podkarpackie', 162049);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2951, 'Ruda Slaska', 'POL', 'Slaskie', 159665);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2952, 'Rybnik', 'POL', 'Slaskie', 144582);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2953, 'Walbrzych', 'POL', 'Dolnoslaskie', 136923);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2954, 'Tychy', 'POL', 'Slaskie', 133178);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2955, 'Dabrowa Górnicza', 'POL', 'Slaskie', 131037);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2956, 'Plock', 'POL', 'Mazowieckie', 131011);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2957, 'Elblag', 'POL', 'Warminsko-Mazurskie', 129782);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2958, 'Opole', 'POL', 'Opolskie', 129553);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2959, 'Gorzów Wielkopolski', 'POL', 'Lubuskie', 126019);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2960, 'Wloclawek', 'POL', 'Kujawsko-Pomorskie', 123373);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2961, 'Chorzów', 'POL', 'Slaskie', 121708);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2962, 'Tarnów', 'POL', 'Malopolskie', 121494);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2963, 'Zielona Góra', 'POL', 'Lubuskie', 118182);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2964, 'Koszalin', 'POL', 'Zachodnio-Pomorskie', 112375);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2965, 'Legnica', 'POL', 'Dolnoslaskie', 109335);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2966, 'Kalisz', 'POL', 'Wielkopolskie', 106641);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2967, 'Grudziadz', 'POL', 'Kujawsko-Pomorskie', 102434);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2968, 'Slupsk', 'POL', 'Pomorskie', 102370);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2969, 'Jastrzebie-Zdrój', 'POL', 'Slaskie', 102294);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2970, 'Jaworzno', 'POL', 'Slaskie', 97929);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2971, 'Jelenia Góra', 'POL', 'Dolnoslaskie', 93901);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2972, 'Malabo', 'GNQ', 'Bioko', 40000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2973, 'Doha', 'QAT', 'Doha', 355000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2974, 'Paris', 'FRA', 'ÃŽle-de-France', 2125246);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2975, 'Marseille', 'FRA', 'Provence-Alpes-Côte', 798430);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2976, 'Lyon', 'FRA', 'Rhône-Alpes', 445452);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2977, 'Toulouse', 'FRA', 'Midi-Pyrénées', 390350);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2978, 'Nice', 'FRA', 'Provence-Alpes-Côte', 342738);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2979, 'Nantes', 'FRA', 'Pays de la Loire', 270251);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2980, 'Strasbourg', 'FRA', 'Alsace', 264115);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2981, 'Montpellier', 'FRA', 'Languedoc-Roussillon', 225392);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2982, 'Bordeaux', 'FRA', 'Aquitaine', 215363);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2983, 'Rennes', 'FRA', 'Haute-Normandie', 206229);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2984, 'Le Havre', 'FRA', 'Champagne-Ardenne', 190905);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2985, 'Reims', 'FRA', 'Nord-Pas-de-Calais', 187206);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2986, 'Lille', 'FRA', 'Rhône-Alpes', 184657);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2987, 'St-Étienne', 'FRA', 'Bretagne', 180210);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2988, 'Toulon', 'FRA', 'Provence-Alpes-Côte', 160639);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2989, 'Grenoble', 'FRA', 'Rhône-Alpes', 153317);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2990, 'Angers', 'FRA', 'Pays de la Loire', 151279);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2991, 'Dijon', 'FRA', 'Bourgogne', 149867);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2992, 'Brest', 'FRA', 'Bretagne', 149634);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2993, 'Le Mans', 'FRA', 'Pays de la Loire', 146105);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2994, 'Clermont-Ferrand', 'FRA', 'Auvergne', 137140);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2995, 'Amiens', 'FRA', 'Picardie', 135501);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2996, 'Aix-en-Provence', 'FRA', 'Provence-Alpes-Côte', 134222);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2997, 'Limoges', 'FRA', 'Limousin', 133968);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2998, 'Nîmes', 'FRA', 'Languedoc-Roussillon', 133424);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (2999, 'Tours', 'FRA', 'Centre', 132820);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3000, 'Villeurbanne', 'FRA', 'Rhône-Alpes', 124215);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3001, 'Metz', 'FRA', 'Lorraine', 123776);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3002, 'Besançon', 'FRA', 'Franche-Comté', 117733);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3003, 'Caen', 'FRA', 'Basse-Normandie', 113987);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3004, 'Orléans', 'FRA', 'Centre', 113126);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3005, 'Mulhouse', 'FRA', 'Alsace', 110359);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3006, 'Rouen', 'FRA', 'Haute-Normandie', 106592);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3007, 'Boulogne-Billancourt', 'FRA', 'ÃŽle-de-France', 106367);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3008, 'Perpignan', 'FRA', 'Languedoc-Roussillon', 105115);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3009, 'Nancy', 'FRA', 'Lorraine', 103605);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3010, 'Roubaix', 'FRA', 'Nord-Pas-de-Calais', 96984);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3011, 'Argenteuil', 'FRA', 'ÃŽle-de-France', 93961);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3012, 'Tourcoing', 'FRA', 'Nord-Pas-de-Calais', 93540);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3013, 'Montreuil', 'FRA', 'ÃŽle-de-France', 90674);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3014, 'Cayenne', 'GUF', 'Cayenne', 50699);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3015, 'Faaa', 'PYF', 'Tahiti', 25888);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3016, 'Papeete', 'PYF', 'Tahiti', 25553);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3017, 'Saint-Denis', 'REU', 'Saint-Denis', 131480);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3018, 'Bucuresti', 'ROM', 'Bukarest', 2016131);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3019, 'Iasi', 'ROM', 'Iasi', 348070);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3020, 'Constanta', 'ROM', 'Constanta', 342264);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3021, 'Cluj-Napoca', 'ROM', 'Cluj', 332498);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3022, 'Galati', 'ROM', 'Galati', 330276);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3023, 'Timisoara', 'ROM', 'Timis', 324304);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3024, 'Brasov', 'ROM', 'Brasov', 314225);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3025, 'Craiova', 'ROM', 'Dolj', 313530);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3026, 'Ploiesti', 'ROM', 'Prahova', 251348);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3027, 'Braila', 'ROM', 'Braila', 233756);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3028, 'Oradea', 'ROM', 'Bihor', 222239);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3029, 'Bacau', 'ROM', 'Bacau', 209235);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3030, 'Pitesti', 'ROM', 'Arges', 187170);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3031, 'Arad', 'ROM', 'Arad', 184408);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3032, 'Sibiu', 'ROM', 'Sibiu', 169611);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3033, 'Târgu Mures', 'ROM', 'Mures', 165153);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3034, 'Baia Mare', 'ROM', 'Maramures', 149665);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3035, 'Buzau', 'ROM', 'Buzau', 148372);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3036, 'Satu Mare', 'ROM', 'Satu Mare', 130059);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3037, 'Botosani', 'ROM', 'Botosani', 128730);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3038, 'Piatra Neamt', 'ROM', 'Neamt', 125070);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3039, 'Râmnicu Vâlcea', 'ROM', 'Vâlcea', 119741);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3040, 'Suceava', 'ROM', 'Suceava', 118549);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3041, 'Drobeta-Turnu Severin', 'ROM', 'Mehedinti', 117865);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3042, 'Târgoviste', 'ROM', 'Dâmbovita', 98980);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3043, 'Focsani', 'ROM', 'Vrancea', 98979);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3044, 'Târgu Jiu', 'ROM', 'Gorj', 98524);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3045, 'Tulcea', 'ROM', 'Tulcea', 96278);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3046, 'Resita', 'ROM', 'Caras-Severin', 93976);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3047, 'Kigali', 'RWA', 'Kigali', 286000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3048, 'Stockholm', 'SWE', 'Lisboa', 750348);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3049, 'Gothenburg [Göteborg]', 'SWE', 'West Götanmaan län', 466990);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3050, 'Malmö', 'SWE', 'Skåne län', 259579);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3051, 'Uppsala', 'SWE', 'Uppsala län', 189569);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3052, 'Linköping', 'SWE', 'East Götanmaan län', 133168);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3053, 'Västerås', 'SWE', 'Västmanlands län', 126328);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3054, 'Örebro', 'SWE', 'Örebros län', 124207);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3055, 'Norrköping', 'SWE', 'East Götanmaan län', 122199);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3056, 'Helsingborg', 'SWE', 'Skåne län', 117737);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3057, 'Jönköping', 'SWE', 'Jönköpings län', 117095);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3058, 'Umeå', 'SWE', 'Västerbottens län', 104512);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3059, 'Lund', 'SWE', 'Skåne län', 98948);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3060, 'Borås', 'SWE', 'West Götanmaan län', 96883);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3061, 'Sundsvall', 'SWE', 'Västernorrlands lä', 93126);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3062, 'Gävle', 'SWE', 'Gävleborgs län', 90742);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3063, 'Jamestown', 'SHN', 'Saint Helena', 1500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3064, 'Basseterre', 'KNA', 'St George Basseterre', 11600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3065, 'Castries', 'LCA', 'Castries', 2301);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3066, 'Kingstown', 'VCT', 'St George', 17100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3067, 'Saint-Pierre', 'SPM', 'Saint-Pierre', 5808);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3068, 'Berlin', 'DEU', 'Berliini', 3386667);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3069, 'Hamburg', 'DEU', 'Hamburg', 1704735);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3070, 'Munich [München]', 'DEU', 'Baijeri', 1194560);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3071, 'Köln', 'DEU', 'Nordrhein-Westfalen', 962507);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3072, 'Frankfurt am Main', 'DEU', 'Hessen', 643821);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3073, 'Essen', 'DEU', 'Nordrhein-Westfalen', 599515);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3074, 'Dortmund', 'DEU', 'Nordrhein-Westfalen', 590213);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3075, 'Stuttgart', 'DEU', 'Baden-Württemberg', 582443);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3076, 'Düsseldorf', 'DEU', 'Nordrhein-Westfalen', 568855);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3077, 'Bremen', 'DEU', 'Bremen', 540330);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3078, 'Duisburg', 'DEU', 'Nordrhein-Westfalen', 519793);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3079, 'Hannover', 'DEU', 'Niedersachsen', 514718);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3080, 'Leipzig', 'DEU', 'Saksi', 489532);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3081, 'Nürnberg', 'DEU', 'Baijeri', 486628);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3082, 'Dresden', 'DEU', 'Saksi', 476668);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3083, 'Bochum', 'DEU', 'Nordrhein-Westfalen', 392830);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3084, 'Wuppertal', 'DEU', 'Nordrhein-Westfalen', 368993);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3085, 'Bielefeld', 'DEU', 'Nordrhein-Westfalen', 321125);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3086, 'Mannheim', 'DEU', 'Baden-Württemberg', 307730);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3087, 'Bonn', 'DEU', 'Nordrhein-Westfalen', 301048);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3088, 'Gelsenkirchen', 'DEU', 'Nordrhein-Westfalen', 281979);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3089, 'Karlsruhe', 'DEU', 'Baden-Württemberg', 277204);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3090, 'Wiesbaden', 'DEU', 'Hessen', 268716);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3091, 'Münster', 'DEU', 'Nordrhein-Westfalen', 264670);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3092, 'Mönchengladbach', 'DEU', 'Nordrhein-Westfalen', 263697);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3093, 'Chemnitz', 'DEU', 'Saksi', 263222);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3094, 'Augsburg', 'DEU', 'Baijeri', 254867);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3095, 'Halle/Saale', 'DEU', 'Anhalt Sachsen', 254360);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3096, 'Braunschweig', 'DEU', 'Niedersachsen', 246322);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3097, 'Aachen', 'DEU', 'Nordrhein-Westfalen', 243825);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3098, 'Krefeld', 'DEU', 'Nordrhein-Westfalen', 241769);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3099, 'Magdeburg', 'DEU', 'Anhalt Sachsen', 235073);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3100, 'Kiel', 'DEU', 'Schleswig-Holstein', 233795);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3101, 'Oberhausen', 'DEU', 'Nordrhein-Westfalen', 222349);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3102, 'Lübeck', 'DEU', 'Schleswig-Holstein', 213326);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3103, 'Hagen', 'DEU', 'Nordrhein-Westfalen', 205201);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3104, 'Rostock', 'DEU', 'Mecklenburg-Vorpomme', 203279);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3105, 'Freiburg im Breisgau', 'DEU', 'Baden-Württemberg', 202455);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3106, 'Erfurt', 'DEU', 'Thüringen', 201267);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3107, 'Kassel', 'DEU', 'Hessen', 196211);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3108, 'Saarbrücken', 'DEU', 'Saarland', 183836);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3109, 'Mainz', 'DEU', 'Rheinland-Pfalz', 183134);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3110, 'Hamm', 'DEU', 'Nordrhein-Westfalen', 181804);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3111, 'Herne', 'DEU', 'Nordrhein-Westfalen', 175661);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3112, 'Mülheim an der Ruhr', 'DEU', 'Nordrhein-Westfalen', 173895);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3113, 'Solingen', 'DEU', 'Nordrhein-Westfalen', 165583);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3114, 'Osnabrück', 'DEU', 'Niedersachsen', 164539);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3115, 'Ludwigshafen am Rhein', 'DEU', 'Rheinland-Pfalz', 163771);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3116, 'Leverkusen', 'DEU', 'Nordrhein-Westfalen', 160841);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3117, 'Oldenburg', 'DEU', 'Niedersachsen', 154125);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3118, 'Neuss', 'DEU', 'Nordrhein-Westfalen', 149702);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3119, 'Heidelberg', 'DEU', 'Baden-Württemberg', 139672);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3120, 'Darmstadt', 'DEU', 'Hessen', 137776);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3121, 'Paderborn', 'DEU', 'Nordrhein-Westfalen', 137647);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3122, 'Potsdam', 'DEU', 'Brandenburg', 128983);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3123, 'Würzburg', 'DEU', 'Baijeri', 127350);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3124, 'Regensburg', 'DEU', 'Baijeri', 125236);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3125, 'Recklinghausen', 'DEU', 'Nordrhein-Westfalen', 125022);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3126, 'Göttingen', 'DEU', 'Niedersachsen', 124775);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3127, 'Bremerhaven', 'DEU', 'Bremen', 122735);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3128, 'Wolfsburg', 'DEU', 'Niedersachsen', 121954);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3129, 'Bottrop', 'DEU', 'Nordrhein-Westfalen', 121097);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3130, 'Remscheid', 'DEU', 'Nordrhein-Westfalen', 120125);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3131, 'Heilbronn', 'DEU', 'Baden-Württemberg', 119526);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3132, 'Pforzheim', 'DEU', 'Baden-Württemberg', 117227);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3133, 'Offenbach am Main', 'DEU', 'Hessen', 116627);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3134, 'Ulm', 'DEU', 'Baden-Württemberg', 116103);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3135, 'Ingolstadt', 'DEU', 'Baijeri', 114826);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3136, 'Gera', 'DEU', 'Thüringen', 114718);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3137, 'Salzgitter', 'DEU', 'Niedersachsen', 112934);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3138, 'Cottbus', 'DEU', 'Brandenburg', 110894);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3139, 'Reutlingen', 'DEU', 'Baden-Württemberg', 110343);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3140, 'Fürth', 'DEU', 'Baijeri', 109771);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3141, 'Siegen', 'DEU', 'Nordrhein-Westfalen', 109225);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3142, 'Koblenz', 'DEU', 'Rheinland-Pfalz', 108003);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3143, 'Moers', 'DEU', 'Nordrhein-Westfalen', 106837);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3144, 'Bergisch Gladbach', 'DEU', 'Nordrhein-Westfalen', 106150);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3145, 'Zwickau', 'DEU', 'Saksi', 104146);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3146, 'Hildesheim', 'DEU', 'Niedersachsen', 104013);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3147, 'Witten', 'DEU', 'Nordrhein-Westfalen', 103384);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3148, 'Schwerin', 'DEU', 'Mecklenburg-Vorpomme', 102878);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3149, 'Erlangen', 'DEU', 'Baijeri', 100750);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3150, 'Kaiserslautern', 'DEU', 'Rheinland-Pfalz', 100025);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3151, 'Trier', 'DEU', 'Rheinland-Pfalz', 99891);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3152, 'Jena', 'DEU', 'Thüringen', 99779);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3153, 'Iserlohn', 'DEU', 'Nordrhein-Westfalen', 99474);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3154, 'Gütersloh', 'DEU', 'Nordrhein-Westfalen', 95028);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3155, 'Marl', 'DEU', 'Nordrhein-Westfalen', 93735);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3156, 'Lünen', 'DEU', 'Nordrhein-Westfalen', 92044);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3157, 'Düren', 'DEU', 'Nordrhein-Westfalen', 91092);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3158, 'Ratingen', 'DEU', 'Nordrhein-Westfalen', 90951);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3159, 'Velbert', 'DEU', 'Nordrhein-Westfalen', 89881);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3160, 'Esslingen am Neckar', 'DEU', 'Baden-Württemberg', 89667);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3161, 'Honiara', 'SLB', 'Honiara', 50100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3162, 'Lusaka', 'ZMB', 'Lusaka', 1317000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3163, 'Ndola', 'ZMB', 'Copperbelt', 329200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3164, 'Kitwe', 'ZMB', 'Copperbelt', 288600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3165, 'Kabwe', 'ZMB', 'Central', 154300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3166, 'Chingola', 'ZMB', 'Copperbelt', 142400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3167, 'Mufulira', 'ZMB', 'Copperbelt', 123900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3168, 'Luanshya', 'ZMB', 'Copperbelt', 118100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3169, 'Apia', 'WSM', 'Upolu', 35900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3170, 'Serravalle', 'SMR', 'Serravalle/Dogano', 4802);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3171, 'San Marino', 'SMR', 'San Marino', 2294);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3172, 'São Tomé', 'STP', 'Aqua Grande', 49541);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3173, 'Riyadh', 'SAU', 'Riyadh', 3324000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3174, 'Jedda', 'SAU', 'Mekka', 2046300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3175, 'Mekka', 'SAU', 'Mekka', 965700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3176, 'Medina', 'SAU', 'Medina', 608300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3177, 'al-Dammam', 'SAU', 'al-Sharqiya', 482300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3178, 'al-Taif', 'SAU', 'Mekka', 416100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3179, 'Tabuk', 'SAU', 'Tabuk', 292600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3180, 'Burayda', 'SAU', 'al-Qasim', 248600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3181, 'al-Hufuf', 'SAU', 'al-Sharqiya', 225800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3182, 'al-Mubarraz', 'SAU', 'al-Sharqiya', 219100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3183, 'Khamis Mushayt', 'SAU', 'Asir', 217900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3184, 'Hail', 'SAU', 'Hail', 176800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3185, 'al-Kharj', 'SAU', 'Riad', 152100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3186, 'al-Khubar', 'SAU', 'al-Sharqiya', 141700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3187, 'Jubayl', 'SAU', 'al-Sharqiya', 140800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3188, 'Hafar al-Batin', 'SAU', 'al-Sharqiya', 137800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3189, 'al-Tuqba', 'SAU', 'al-Sharqiya', 125700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3190, 'Yanbu', 'SAU', 'Medina', 119800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3191, 'Abha', 'SAU', 'Asir', 112300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3192, 'Ara´ar', 'SAU', 'al-Khudud al-Samaliy', 108100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3193, 'al-Qatif', 'SAU', 'al-Sharqiya', 98900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3194, 'al-Hawiya', 'SAU', 'Mekka', 93900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3195, 'Unayza', 'SAU', 'Qasim', 91100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3196, 'Najran', 'SAU', 'Najran', 91000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3197, 'Pikine', 'SEN', 'Cap-Vert', 855287);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3198, 'Dakar', 'SEN', 'Cap-Vert', 785071);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3199, 'Thiès', 'SEN', 'Thiès', 248000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3200, 'Kaolack', 'SEN', 'Kaolack', 199000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3201, 'Ziguinchor', 'SEN', 'Ziguinchor', 192000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3202, 'Rufisque', 'SEN', 'Cap-Vert', 150000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3203, 'Saint-Louis', 'SEN', 'Saint-Louis', 132400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3204, 'Mbour', 'SEN', 'Thiès', 109300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3205, 'Diourbel', 'SEN', 'Diourbel', 99400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3206, 'Victoria', 'SYC', 'Mahé', 41000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3207, 'Freetown', 'SLE', 'Western', 850000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3208, 'Singapore', 'SGP', '–', 4017733);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3209, 'Bratislava', 'SVK', 'Bratislava', 448292);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3210, 'Košice', 'SVK', 'Východné Slovensko', 241874);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3211, 'Prešov', 'SVK', 'Východné Slovensko', 93977);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3212, 'Ljubljana', 'SVN', 'Osrednjeslovenska', 270986);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3213, 'Maribor', 'SVN', 'Podravska', 115532);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3214, 'Mogadishu', 'SOM', 'Banaadir', 997000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3215, 'Hargeysa', 'SOM', 'Woqooyi Galbeed', 90000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3216, 'Kismaayo', 'SOM', 'Jubbada Hoose', 90000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3217, 'Colombo', 'LKA', 'Western', 645000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3218, 'Dehiwala', 'LKA', 'Western', 203000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3219, 'Moratuwa', 'LKA', 'Western', 190000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3220, 'Jaffna', 'LKA', 'Northern', 149000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3221, 'Kandy', 'LKA', 'Central', 140000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3222, 'Sri Jayawardenepura Kotte', 'LKA', 'Western', 118000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3223, 'Negombo', 'LKA', 'Western', 100000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3224, 'Omdurman', 'SDN', 'Khartum', 1271403);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3225, 'Khartum', 'SDN', 'Khartum', 947483);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3226, 'Sharq al-Nil', 'SDN', 'Khartum', 700887);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3227, 'Port Sudan', 'SDN', 'al-Bahr al-Ahmar', 308195);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3228, 'Kassala', 'SDN', 'Kassala', 234622);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3229, 'Obeid', 'SDN', 'Kurdufan al-Shamaliy', 229425);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3230, 'Nyala', 'SDN', 'Darfur al-Janubiya', 227183);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3231, 'Wad Madani', 'SDN', 'al-Jazira', 211362);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3232, 'al-Qadarif', 'SDN', 'al-Qadarif', 191164);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3233, 'Kusti', 'SDN', 'al-Bahr al-Abyad', 173599);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3234, 'al-Fashir', 'SDN', 'Darfur al-Shamaliya', 141884);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3235, 'Juba', 'SDN', 'Bahr al-Jabal', 114980);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3236, 'Helsinki [Helsingfors]', 'FIN', 'Newmaa', 555474);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3237, 'Espoo', 'FIN', 'Newmaa', 213271);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3238, 'Tampere', 'FIN', 'Pirkanmaa', 195468);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3239, 'Vantaa', 'FIN', 'Newmaa', 178471);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3240, 'Turku [Ã…bo]', 'FIN', 'Varsinais-Suomi', 172561);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3241, 'Oulu', 'FIN', 'Pohjois-Pohjanmaa', 120753);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3242, 'Lahti', 'FIN', 'Päijät-Häme', 96921);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3243, 'Paramaribo', 'SUR', 'Paramaribo', 112000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3244, 'Mbabane', 'SWZ', 'Hhohho', 61000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3245, 'Zürich', 'CHE', 'Zürich', 336800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3246, 'Geneve', 'CHE', 'Geneve', 173500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3247, 'Basel', 'CHE', 'Basel-Stadt', 166700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3248, 'Bern', 'CHE', 'Bern', 122700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3249, 'Lausanne', 'CHE', 'Vaud', 114500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3250, 'Damascus', 'SYR', 'Damascus', 1347000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3251, 'Aleppo', 'SYR', 'Aleppo', 1261983);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3252, 'Hims', 'SYR', 'Hims', 507404);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3253, 'Hama', 'SYR', 'Hama', 343361);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3254, 'Latakia', 'SYR', 'Latakia', 264563);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3255, 'al-Qamishliya', 'SYR', 'al-Hasaka', 144286);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3256, 'Dayr al-Zawr', 'SYR', 'Dayr al-Zawr', 140459);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3257, 'Jaramana', 'SYR', 'Damaskos', 138469);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3258, 'Duma', 'SYR', 'Damaskos', 131158);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3259, 'al-Raqqa', 'SYR', 'al-Raqqa', 108020);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3260, 'Idlib', 'SYR', 'Idlib', 91081);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3261, 'Dushanbe', 'TJK', 'Karotegin', 524000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3262, 'Khujand', 'TJK', 'Khujand', 161500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3263, 'Taipei', 'TWN', 'Taipei', 2641312);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3264, 'Kaohsiung', 'TWN', 'Kaohsiung', 1475505);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3265, 'Taichung', 'TWN', 'Taichung', 940589);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3266, 'Tainan', 'TWN', 'Tainan', 728060);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3267, 'Panchiao', 'TWN', 'Taipei', 523850);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3268, 'Chungho', 'TWN', 'Taipei', 392176);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3269, 'Keelung (Chilung)', 'TWN', 'Keelung', 385201);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3270, 'Sanchung', 'TWN', 'Taipei', 380084);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3271, 'Hsinchuang', 'TWN', 'Taipei', 365048);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3272, 'Hsinchu', 'TWN', 'Hsinchu', 361958);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3273, 'Chungli', 'TWN', 'Taoyuan', 318649);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3274, 'Fengshan', 'TWN', 'Kaohsiung', 318562);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3275, 'Taoyuan', 'TWN', 'Taoyuan', 316438);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3276, 'Chiayi', 'TWN', 'Chiayi', 265109);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3277, 'Hsintien', 'TWN', 'Taipei', 263603);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3278, 'Changhwa', 'TWN', 'Changhwa', 227715);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3279, 'Yungho', 'TWN', 'Taipei', 227700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3280, 'Tucheng', 'TWN', 'Taipei', 224897);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3281, 'Pingtung', 'TWN', 'Pingtung', 214727);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3282, 'Yungkang', 'TWN', 'Tainan', 193005);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3283, 'Pingchen', 'TWN', 'Taoyuan', 188344);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3284, 'Tali', 'TWN', 'Taichung', 171940);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3285, 'Taiping', 'TWN', '', 165524);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3286, 'Pate', 'TWN', 'Taoyuan', 161700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3287, 'Fengyuan', 'TWN', 'Taichung', 161032);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3288, 'Luchou', 'TWN', 'Taipei', 160516);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3289, 'Hsichuh', 'TWN', 'Taipei', 154976);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3290, 'Shulin', 'TWN', 'Taipei', 151260);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3291, 'Yuanlin', 'TWN', 'Changhwa', 126402);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3292, 'Yangmei', 'TWN', 'Taoyuan', 126323);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3293, 'Taliao', 'TWN', '', 115897);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3294, 'Kueishan', 'TWN', '', 112195);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3295, 'Tanshui', 'TWN', 'Taipei', 111882);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3296, 'Taitung', 'TWN', 'Taitung', 111039);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3297, 'Hualien', 'TWN', 'Hualien', 108407);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3298, 'Nantou', 'TWN', 'Nantou', 104723);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3299, 'Lungtan', 'TWN', 'Taipei', 103088);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3300, 'Touliu', 'TWN', 'Yünlin', 98900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3301, 'Tsaotun', 'TWN', 'Nantou', 96800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3302, 'Kangshan', 'TWN', 'Kaohsiung', 92200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3303, 'Ilan', 'TWN', 'Ilan', 92000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3304, 'Miaoli', 'TWN', 'Miaoli', 90000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3305, 'Dar es Salaam', 'TZA', 'Dar es Salaam', 1747000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3306, 'Dodoma', 'TZA', 'Dodoma', 189000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3307, 'Mwanza', 'TZA', 'Mwanza', 172300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3308, 'Zanzibar', 'TZA', 'Zanzibar West', 157634);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3309, 'Tanga', 'TZA', 'Tanga', 137400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3310, 'Mbeya', 'TZA', 'Mbeya', 130800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3311, 'Morogoro', 'TZA', 'Morogoro', 117800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3312, 'Arusha', 'TZA', 'Arusha', 102500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3313, 'Moshi', 'TZA', 'Kilimanjaro', 96800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3314, 'Tabora', 'TZA', 'Tabora', 92800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3315, 'København', 'DNK', 'København', 495699);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3316, 'Ã…rhus', 'DNK', 'Ã…rhus', 284846);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3317, 'Odense', 'DNK', 'Fyn', 183912);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3318, 'Aalborg', 'DNK', 'Nordjylland', 161161);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3319, 'Frederiksberg', 'DNK', 'Frederiksberg', 90327);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3320, 'Bangkok', 'THA', 'Bangkok', 6320174);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3321, 'Nonthaburi', 'THA', 'Nonthaburi', 292100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3322, 'Nakhon Ratchasima', 'THA', 'Nakhon Ratchasima', 181400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3323, 'Chiang Mai', 'THA', 'Chiang Mai', 171100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3324, 'Udon Thani', 'THA', 'Udon Thani', 158100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3325, 'Hat Yai', 'THA', 'Songkhla', 148632);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3326, 'Khon Kaen', 'THA', 'Khon Kaen', 126500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3327, 'Pak Kret', 'THA', 'Nonthaburi', 126055);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3328, 'Nakhon Sawan', 'THA', 'Nakhon Sawan', 123800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3329, 'Ubon Ratchathani', 'THA', 'Ubon Ratchathani', 116300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3330, 'Songkhla', 'THA', 'Songkhla', 94900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3331, 'Nakhon Pathom', 'THA', 'Nakhon Pathom', 94100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3332, 'Lomé', 'TGO', 'Maritime', 375000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3333, 'Fakaofo', 'TKL', 'Fakaofo', 300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3334, 'Nuku´alofa', 'TON', 'Tongatapu', 22400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3335, 'Chaguanas', 'TTO', 'Caroni', 56601);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3336, 'Port-of-Spain', 'TTO', 'Port-of-Spain', 43396);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3337, 'N´Djaména', 'TCD', 'Chari-Baguirmi', 530965);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3338, 'Moundou', 'TCD', 'Logone Occidental', 99500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3339, 'Praha', 'CZE', 'Hlavnà mesto Praha', 1181126);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3340, 'Brno', 'CZE', 'Jiznà Morava', 381862);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3341, 'Ostrava', 'CZE', 'Severnà Morava', 320041);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3342, 'Plzen', 'CZE', 'Zapadnà Cechy', 166759);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3343, 'Olomouc', 'CZE', 'Severnà Morava', 102702);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3344, 'Liberec', 'CZE', 'Severnà Cechy', 99155);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3345, 'Ceské Budejovice', 'CZE', 'Jiznà Cechy', 98186);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3346, 'Hradec Králové', 'CZE', 'Východnà Cechy', 98080);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3347, 'Ústà nad Labem', 'CZE', 'Severnà Cechy', 95491);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3348, 'Pardubice', 'CZE', 'Východnà Cechy', 91309);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3349, 'Tunis', 'TUN', 'Tunis', 690600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3350, 'Sfax', 'TUN', 'Sfax', 257800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3351, 'Ariana', 'TUN', 'Ariana', 197000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3352, 'Ettadhamen', 'TUN', 'Ariana', 178600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3353, 'Sousse', 'TUN', 'Sousse', 145900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3354, 'Kairouan', 'TUN', 'Kairouan', 113100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3355, 'Biserta', 'TUN', 'Biserta', 108900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3356, 'Gabès', 'TUN', 'Gabès', 106600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3357, 'Istanbul', 'TUR', 'Istanbul', 8787958);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3358, 'Ankara', 'TUR', 'Ankara', 3038159);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3359, 'Izmir', 'TUR', 'Izmir', 2130359);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3360, 'Adana', 'TUR', 'Adana', 1131198);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3361, 'Bursa', 'TUR', 'Bursa', 1095842);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3362, 'Gaziantep', 'TUR', 'Gaziantep', 789056);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3363, 'Konya', 'TUR', 'Konya', 628364);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3364, 'Mersin (Içel)', 'TUR', 'Içel', 587212);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3365, 'Antalya', 'TUR', 'Antalya', 564914);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3366, 'Diyarbakir', 'TUR', 'Diyarbakir', 479884);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3367, 'Kayseri', 'TUR', 'Kayseri', 475657);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3368, 'Eskisehir', 'TUR', 'Eskisehir', 470781);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3369, 'Sanliurfa', 'TUR', 'Sanliurfa', 405905);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3370, 'Samsun', 'TUR', 'Samsun', 339871);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3371, 'Malatya', 'TUR', 'Malatya', 330312);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3372, 'Gebze', 'TUR', 'Kocaeli', 264170);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3373, 'Denizli', 'TUR', 'Denizli', 253848);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3374, 'Sivas', 'TUR', 'Sivas', 246642);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3375, 'Erzurum', 'TUR', 'Erzurum', 246535);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3376, 'Tarsus', 'TUR', 'Adana', 246206);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3377, 'Kahramanmaras', 'TUR', 'Kahramanmaras', 245772);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3378, 'Elâzig', 'TUR', 'Elâzig', 228815);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3379, 'Van', 'TUR', 'Van', 219319);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3380, 'Sultanbeyli', 'TUR', 'Istanbul', 211068);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3381, 'Izmit (Kocaeli)', 'TUR', 'Kocaeli', 210068);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3382, 'Manisa', 'TUR', 'Manisa', 207148);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3383, 'Batman', 'TUR', 'Batman', 203793);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3384, 'Balikesir', 'TUR', 'Balikesir', 196382);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3385, 'Sakarya (Adapazari)', 'TUR', 'Sakarya', 190641);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3386, 'Iskenderun', 'TUR', 'Hatay', 153022);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3387, 'Osmaniye', 'TUR', 'Osmaniye', 146003);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3388, 'Çorum', 'TUR', 'Çorum', 145495);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3389, 'Kütahya', 'TUR', 'Kütahya', 144761);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3390, 'Hatay (Antakya)', 'TUR', 'Hatay', 143982);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3391, 'Kirikkale', 'TUR', 'Kirikkale', 142044);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3392, 'Adiyaman', 'TUR', 'Adiyaman', 141529);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3393, 'Trabzon', 'TUR', 'Trabzon', 138234);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3394, 'Ordu', 'TUR', 'Ordu', 133642);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3395, 'Aydin', 'TUR', 'Aydin', 128651);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3396, 'Usak', 'TUR', 'Usak', 128162);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3397, 'Edirne', 'TUR', 'Edirne', 123383);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3398, 'Çorlu', 'TUR', 'Tekirdag', 123300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3399, 'Isparta', 'TUR', 'Isparta', 121911);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3400, 'Karabük', 'TUR', 'Karabük', 118285);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3401, 'Kilis', 'TUR', 'Kilis', 118245);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3402, 'Alanya', 'TUR', 'Antalya', 117300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3403, 'Kiziltepe', 'TUR', 'Mardin', 112000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3404, 'Zonguldak', 'TUR', 'Zonguldak', 111542);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3405, 'Siirt', 'TUR', 'Siirt', 107100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3406, 'Viransehir', 'TUR', 'Sanliurfa', 106400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3407, 'Tekirdag', 'TUR', 'Tekirdag', 106077);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3408, 'Karaman', 'TUR', 'Karaman', 104200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3409, 'Afyon', 'TUR', 'Afyon', 103984);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3410, 'Aksaray', 'TUR', 'Aksaray', 102681);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3411, 'Ceyhan', 'TUR', 'Adana', 102412);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3412, 'Erzincan', 'TUR', 'Erzincan', 102304);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3413, 'Bismil', 'TUR', 'Diyarbakir', 101400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3414, 'Nazilli', 'TUR', 'Aydin', 99900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3415, 'Tokat', 'TUR', 'Tokat', 99500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3416, 'Kars', 'TUR', 'Kars', 93000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3417, 'Inegöl', 'TUR', 'Bursa', 90500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3418, 'Bandirma', 'TUR', 'Balikesir', 90200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3419, 'Ashgabat', 'TKM', 'Ahal', 540600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3420, 'Chärjew', 'TKM', 'Lebap', 189200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3421, 'Dashhowuz', 'TKM', 'Dashhowuz', 141800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3422, 'Mary', 'TKM', 'Mary', 101000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3423, 'Cockburn Town', 'TCA', 'Grand Turk', 4800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3424, 'Funafuti', 'TUV', 'Funafuti', 4600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3425, 'Kampala', 'UGA', 'Central', 890800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3426, 'Kyiv', 'UKR', 'Kiova', 2624000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3427, 'Harkova [Harkiv]', 'UKR', 'Harkova', 1500000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3428, 'Dnipropetrovsk', 'UKR', 'Dnipropetrovsk', 1103000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3429, 'Donetsk', 'UKR', 'Donetsk', 1050000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3430, 'Odesa', 'UKR', 'Odesa', 1011000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3431, 'Zaporizzja', 'UKR', 'Zaporizzja', 848000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3432, 'Lviv', 'UKR', 'Lviv', 788000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3433, 'Kryvyi Rig', 'UKR', 'Dnipropetrovsk', 703000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3434, 'Mykolajiv', 'UKR', 'Mykolajiv', 508000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3435, 'Mariupol', 'UKR', 'Donetsk', 490000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3436, 'Lugansk', 'UKR', 'Lugansk', 469000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3437, 'Vinnytsja', 'UKR', 'Vinnytsja', 391000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3438, 'Makijivka', 'UKR', 'Donetsk', 384000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3439, 'Herson', 'UKR', 'Herson', 353000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3440, 'Sevastopol', 'UKR', 'Krim', 348000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3441, 'Simferopol', 'UKR', 'Krim', 339000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3442, 'Pultava [Poltava]', 'UKR', 'Pultava', 313000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3443, 'Tšernigiv', 'UKR', 'Tšernigiv', 313000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3444, 'Tšerkasy', 'UKR', 'Tšerkasy', 309000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3445, 'Gorlivka', 'UKR', 'Donetsk', 299000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3446, 'Zytomyr', 'UKR', 'Zytomyr', 297000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3447, 'Sumy', 'UKR', 'Sumy', 294000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3448, 'Dniprodzerzynsk', 'UKR', 'Dnipropetrovsk', 270000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3449, 'Kirovograd', 'UKR', 'Kirovograd', 265000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3450, 'Hmelnytskyi', 'UKR', 'Hmelnytskyi', 262000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3451, 'Tšernivtsi', 'UKR', 'Tšernivtsi', 259000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3452, 'Rivne', 'UKR', 'Rivne', 245000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3453, 'Krementšuk', 'UKR', 'Pultava', 239000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3454, 'Ivano-Frankivsk', 'UKR', 'Ivano-Frankivsk', 237000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3455, 'Ternopil', 'UKR', 'Ternopil', 236000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3456, 'Lutsk', 'UKR', 'Volynia', 217000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3457, 'Bila Tserkva', 'UKR', 'Kiova', 215000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3458, 'Kramatorsk', 'UKR', 'Donetsk', 186000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3459, 'Melitopol', 'UKR', 'Zaporizzja', 169000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3460, 'Kertš', 'UKR', 'Krim', 162000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3461, 'Nikopol', 'UKR', 'Dnipropetrovsk', 149000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3462, 'Berdjansk', 'UKR', 'Zaporizzja', 130000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3463, 'Pavlograd', 'UKR', 'Dnipropetrovsk', 127000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3464, 'Sjeverodonetsk', 'UKR', 'Lugansk', 127000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3465, 'Slovjansk', 'UKR', 'Donetsk', 127000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3466, 'Uzgorod', 'UKR', 'Taka-Karpatia', 127000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3467, 'Altševsk', 'UKR', 'Lugansk', 119000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3468, 'Lysytšansk', 'UKR', 'Lugansk', 116000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3469, 'Jevpatorija', 'UKR', 'Krim', 112000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3470, 'Kamjanets-Podilskyi', 'UKR', 'Hmelnytskyi', 109000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3471, 'Jenakijeve', 'UKR', 'Donetsk', 105000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3472, 'Krasnyi Lutš', 'UKR', 'Lugansk', 101000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3473, 'Stahanov', 'UKR', 'Lugansk', 101000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3474, 'Oleksandrija', 'UKR', 'Kirovograd', 99000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3475, 'Konotop', 'UKR', 'Sumy', 96000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3476, 'Kostjantynivka', 'UKR', 'Donetsk', 95000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3477, 'Berdytšiv', 'UKR', 'Zytomyr', 90000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3478, 'Izmajil', 'UKR', 'Odesa', 90000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3479, 'Šostka', 'UKR', 'Sumy', 90000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3480, 'Uman', 'UKR', 'Tšerkasy', 90000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3481, 'Brovary', 'UKR', 'Kiova', 89000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3482, 'Mukatševe', 'UKR', 'Taka-Karpatia', 89000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3483, 'Budapest', 'HUN', 'Budapest', 1811552);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3484, 'Debrecen', 'HUN', 'Hajdú-Bihar', 203648);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3485, 'Miskolc', 'HUN', 'Borsod-Abaúj-ZemplÃ', 172357);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3486, 'Szeged', 'HUN', 'Csongrád', 158158);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3487, 'Pécs', 'HUN', 'Baranya', 157332);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3488, 'Györ', 'HUN', 'Györ-Moson-Sopron', 127119);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3489, 'Nyiregyháza', 'HUN', 'Szabolcs-Szatmár-Be', 112419);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3490, 'Kecskemét', 'HUN', 'Bács-Kiskun', 105606);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3491, 'Székesfehérvár', 'HUN', 'Fejér', 105119);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3492, 'Montevideo', 'URY', 'Montevideo', 1236000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3493, 'Nouméa', 'NCL', '–', 76293);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3494, 'Auckland', 'NZL', 'Auckland', 381800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3495, 'Christchurch', 'NZL', 'Canterbury', 324200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3496, 'Manukau', 'NZL', 'Auckland', 281800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3497, 'North Shore', 'NZL', 'Auckland', 187700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3498, 'Waitakere', 'NZL', 'Auckland', 170600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3499, 'Wellington', 'NZL', 'Wellington', 166700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3500, 'Dunedin', 'NZL', 'Dunedin', 119600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3501, 'Hamilton', 'NZL', 'Hamilton', 117100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3502, 'Lower Hutt', 'NZL', 'Wellington', 98100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3503, 'Toskent', 'UZB', 'Toskent Shahri', 2117500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3504, 'Namangan', 'UZB', 'Namangan', 370500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3505, 'Samarkand', 'UZB', 'Samarkand', 361800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3506, 'Andijon', 'UZB', 'Andijon', 318600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3507, 'Buhoro', 'UZB', 'Buhoro', 237100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3508, 'Karsi', 'UZB', 'Qashqadaryo', 194100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3509, 'Nukus', 'UZB', 'Karakalpakistan', 194100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3510, 'Kükon', 'UZB', 'Fargona', 190100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3511, 'Fargona', 'UZB', 'Fargona', 180500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3512, 'Circik', 'UZB', 'Toskent', 146400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3513, 'Margilon', 'UZB', 'Fargona', 140800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3514, 'Ürgenc', 'UZB', 'Khorazm', 138900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3515, 'Angren', 'UZB', 'Toskent', 128000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3516, 'Cizah', 'UZB', 'Cizah', 124800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3517, 'Navoi', 'UZB', 'Navoi', 116300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3518, 'Olmalik', 'UZB', 'Toskent', 114900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3519, 'Termiz', 'UZB', 'Surkhondaryo', 109500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3520, 'Minsk', 'BLR', 'Horad Minsk', 1674000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3521, 'Gomel', 'BLR', 'Gomel', 475000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3522, 'Mogiljov', 'BLR', 'Mogiljov', 356000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3523, 'Vitebsk', 'BLR', 'Vitebsk', 340000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3524, 'Grodno', 'BLR', 'Grodno', 302000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3525, 'Brest', 'BLR', 'Brest', 286000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3526, 'Bobruisk', 'BLR', 'Mogiljov', 221000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3527, 'Baranovitši', 'BLR', 'Brest', 167000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3528, 'Borisov', 'BLR', 'Minsk', 151000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3529, 'Pinsk', 'BLR', 'Brest', 130000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3530, 'Orša', 'BLR', 'Vitebsk', 124000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3531, 'Mozyr', 'BLR', 'Gomel', 110000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3532, 'Novopolotsk', 'BLR', 'Vitebsk', 106000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3533, 'Lida', 'BLR', 'Grodno', 101000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3534, 'Soligorsk', 'BLR', 'Minsk', 101000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3535, 'Molodetšno', 'BLR', 'Minsk', 97000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3536, 'Mata-Utu', 'WLF', 'Wallis', 1137);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3537, 'Port-Vila', 'VUT', 'Shefa', 33700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3538, 'Città del Vaticano', 'VAT', '–', 455);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3539, 'Caracas', 'VEN', 'Distrito Federal', 1975294);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3540, 'MaracaÃbo', 'VEN', 'Zulia', 1304776);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3541, 'Barquisimeto', 'VEN', 'Lara', 877239);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3542, 'Valencia', 'VEN', 'Carabobo', 794246);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3543, 'Ciudad Guayana', 'VEN', 'BolÃvar', 663713);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3544, 'Petare', 'VEN', 'Miranda', 488868);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3545, 'Maracay', 'VEN', 'Aragua', 444443);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3546, 'Barcelona', 'VEN', 'Anzoátegui', 322267);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3547, 'MaturÃn', 'VEN', 'Monagas', 319726);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3548, 'San Cristóbal', 'VEN', 'Táchira', 319373);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3549, 'Ciudad BolÃvar', 'VEN', 'BolÃvar', 301107);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3550, 'Cumaná', 'VEN', 'Sucre', 293105);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3551, 'Mérida', 'VEN', 'Mérida', 224887);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3552, 'Cabimas', 'VEN', 'Zulia', 221329);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3553, 'Barinas', 'VEN', 'Barinas', 217831);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3554, 'Turmero', 'VEN', 'Aragua', 217499);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3555, 'Baruta', 'VEN', 'Miranda', 207290);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3556, 'Puerto Cabello', 'VEN', 'Carabobo', 187722);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3557, 'Santa Ana de Coro', 'VEN', 'Falcón', 185766);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3558, 'Los Teques', 'VEN', 'Miranda', 178784);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3559, 'Punto Fijo', 'VEN', 'Falcón', 167215);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3560, 'Guarenas', 'VEN', 'Miranda', 165889);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3561, 'Acarigua', 'VEN', 'Portuguesa', 158954);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3562, 'Puerto La Cruz', 'VEN', 'Anzoátegui', 155700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3563, 'Ciudad Losada', 'VEN', '', 134501);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3564, 'Guacara', 'VEN', 'Carabobo', 131334);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3565, 'Valera', 'VEN', 'Trujillo', 130281);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3566, 'Guanare', 'VEN', 'Portuguesa', 125621);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3567, 'Carúpano', 'VEN', 'Sucre', 119639);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3568, 'Catia La Mar', 'VEN', 'Distrito Federal', 117012);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3569, 'El Tigre', 'VEN', 'Anzoátegui', 116256);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3570, 'Guatire', 'VEN', 'Miranda', 109121);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3571, 'Calabozo', 'VEN', 'Guárico', 107146);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3572, 'Pozuelos', 'VEN', 'Anzoátegui', 105690);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3573, 'Ciudad Ojeda', 'VEN', 'Zulia', 99354);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3574, 'Ocumare del Tuy', 'VEN', 'Miranda', 97168);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3575, 'Valle de la Pascua', 'VEN', 'Guárico', 95927);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3576, 'Araure', 'VEN', 'Portuguesa', 94269);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3577, 'San Fernando de Apure', 'VEN', 'Apure', 93809);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3578, 'San Felipe', 'VEN', 'Yaracuy', 90940);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3579, 'El Limón', 'VEN', 'Aragua', 90000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3580, 'Moscow', 'RUS', 'Moscow (City)', 8389200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3581, 'St Petersburg', 'RUS', 'Pietari', 4694000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3582, 'Novosibirsk', 'RUS', 'Novosibirsk', 1398800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3583, 'Nizni Novgorod', 'RUS', 'Nizni Novgorod', 1357000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3584, 'Jekaterinburg', 'RUS', 'Sverdlovsk', 1266300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3585, 'Samara', 'RUS', 'Samara', 1156100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3586, 'Omsk', 'RUS', 'Omsk', 1148900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3587, 'Kazan', 'RUS', 'Tatarstan', 1101000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3588, 'Ufa', 'RUS', 'Baškortostan', 1091200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3589, 'Tšeljabinsk', 'RUS', 'Tšeljabinsk', 1083200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3590, 'Rostov-na-Donu', 'RUS', 'Rostov-na-Donu', 1012700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3591, 'Perm', 'RUS', 'Perm', 1009700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3592, 'Volgograd', 'RUS', 'Volgograd', 993400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3593, 'Voronez', 'RUS', 'Voronez', 907700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3594, 'Krasnojarsk', 'RUS', 'Krasnojarsk', 875500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3595, 'Saratov', 'RUS', 'Saratov', 874000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3596, 'Toljatti', 'RUS', 'Samara', 722900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3597, 'Uljanovsk', 'RUS', 'Uljanovsk', 667400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3598, 'Izevsk', 'RUS', 'Udmurtia', 652800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3599, 'Krasnodar', 'RUS', 'Krasnodar', 639000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3600, 'Jaroslavl', 'RUS', 'Jaroslavl', 616700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3601, 'Habarovsk', 'RUS', 'Habarovsk', 609400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3602, 'Vladivostok', 'RUS', 'Primorje', 606200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3603, 'Irkutsk', 'RUS', 'Irkutsk', 593700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3604, 'Barnaul', 'RUS', 'Altai', 580100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3605, 'Novokuznetsk', 'RUS', 'Kemerovo', 561600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3606, 'Penza', 'RUS', 'Penza', 532200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3607, 'Rjazan', 'RUS', 'Rjazan', 529900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3608, 'Orenburg', 'RUS', 'Orenburg', 523600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3609, 'Lipetsk', 'RUS', 'Lipetsk', 521000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3610, 'Nabereznyje Tšelny', 'RUS', 'Tatarstan', 514700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3611, 'Tula', 'RUS', 'Tula', 506100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3612, 'Tjumen', 'RUS', 'Tjumen', 503400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3613, 'Kemerovo', 'RUS', 'Kemerovo', 492700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3614, 'Astrahan', 'RUS', 'Astrahan', 486100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3615, 'Tomsk', 'RUS', 'Tomsk', 482100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3616, 'Kirov', 'RUS', 'Kirov', 466200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3617, 'Ivanovo', 'RUS', 'Ivanovo', 459200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3618, 'Tšeboksary', 'RUS', 'Tšuvassia', 459200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3619, 'Brjansk', 'RUS', 'Brjansk', 457400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3620, 'Tver', 'RUS', 'Tver', 454900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3621, 'Kursk', 'RUS', 'Kursk', 443500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3622, 'Magnitogorsk', 'RUS', 'Tšeljabinsk', 427900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3623, 'Kaliningrad', 'RUS', 'Kaliningrad', 424400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3624, 'Nizni Tagil', 'RUS', 'Sverdlovsk', 390900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3625, 'Murmansk', 'RUS', 'Murmansk', 376300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3626, 'Ulan-Ude', 'RUS', 'Burjatia', 370400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3627, 'Kurgan', 'RUS', 'Kurgan', 364700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3628, 'Arkangeli', 'RUS', 'Arkangeli', 361800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3629, 'Sotši', 'RUS', 'Krasnodar', 358600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3630, 'Smolensk', 'RUS', 'Smolensk', 353400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3631, 'Orjol', 'RUS', 'Orjol', 344500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3632, 'Stavropol', 'RUS', 'Stavropol', 343300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3633, 'Belgorod', 'RUS', 'Belgorod', 342000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3634, 'Kaluga', 'RUS', 'Kaluga', 339300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3635, 'Vladimir', 'RUS', 'Vladimir', 337100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3636, 'Mahatškala', 'RUS', 'Dagestan', 332800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3637, 'Tšerepovets', 'RUS', 'Vologda', 324400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3638, 'Saransk', 'RUS', 'Mordva', 314800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3639, 'Tambov', 'RUS', 'Tambov', 312000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3640, 'Vladikavkaz', 'RUS', 'North Ossetia-Alania', 310100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3641, 'Tšita', 'RUS', 'Tšita', 309900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3642, 'Vologda', 'RUS', 'Vologda', 302500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3643, 'Veliki Novgorod', 'RUS', 'Novgorod', 299500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3644, 'Komsomolsk-na-Amure', 'RUS', 'Habarovsk', 291600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3645, 'Kostroma', 'RUS', 'Kostroma', 288100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3646, 'Volzski', 'RUS', 'Volgograd', 286900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3647, 'Taganrog', 'RUS', 'Rostov-na-Donu', 284400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3648, 'Petroskoi', 'RUS', 'Karjala', 282100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3649, 'Bratsk', 'RUS', 'Irkutsk', 277600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3650, 'Dzerzinsk', 'RUS', 'Nizni Novgorod', 277100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3651, 'Surgut', 'RUS', 'Hanti-Mansia', 274900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3652, 'Orsk', 'RUS', 'Orenburg', 273900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3653, 'Sterlitamak', 'RUS', 'Baškortostan', 265200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3654, 'Angarsk', 'RUS', 'Irkutsk', 264700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3655, 'Joškar-Ola', 'RUS', 'Marinmaa', 249200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3656, 'Rybinsk', 'RUS', 'Jaroslavl', 239600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3657, 'Prokopjevsk', 'RUS', 'Kemerovo', 237300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3658, 'Niznevartovsk', 'RUS', 'Hanti-Mansia', 233900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3659, 'Naltšik', 'RUS', 'Kabardi-Balkaria', 233400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3660, 'Syktyvkar', 'RUS', 'Komi', 229700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3661, 'Severodvinsk', 'RUS', 'Arkangeli', 229300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3662, 'Bijsk', 'RUS', 'Altai', 225000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3663, 'Niznekamsk', 'RUS', 'Tatarstan', 223400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3664, 'Blagoveštšensk', 'RUS', 'Amur', 222000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3665, 'Šahty', 'RUS', 'Rostov-na-Donu', 221800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3666, 'Staryi Oskol', 'RUS', 'Belgorod', 213800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3667, 'Zelenograd', 'RUS', 'Moscow (City)', 207100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3668, 'Balakovo', 'RUS', 'Saratov', 206000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3669, 'Novorossijsk', 'RUS', 'Krasnodar', 203300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3670, 'Pihkova', 'RUS', 'Pihkova', 201500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3671, 'Zlatoust', 'RUS', 'Tšeljabinsk', 196900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3672, 'Jakutsk', 'RUS', 'Saha (Jakutia)', 195400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3673, 'Podolsk', 'RUS', 'Moskova', 194300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3674, 'Petropavlovsk-Kamtšatski', 'RUS', 'Kamtšatka', 194100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3675, 'Kamensk-Uralski', 'RUS', 'Sverdlovsk', 190600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3676, 'Engels', 'RUS', 'Saratov', 189000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3677, 'Syzran', 'RUS', 'Samara', 186900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3678, 'Grozny', 'RUS', 'Tšetšenia', 186000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3679, 'Novotšerkassk', 'RUS', 'Rostov-na-Donu', 184400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3680, 'Berezniki', 'RUS', 'Perm', 181900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3681, 'Juzno-Sahalinsk', 'RUS', 'Sahalin', 179200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3682, 'Volgodonsk', 'RUS', 'Rostov-na-Donu', 178200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3683, 'Abakan', 'RUS', 'Hakassia', 169200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3684, 'Maikop', 'RUS', 'Adygea', 167300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3685, 'Miass', 'RUS', 'Tšeljabinsk', 166200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3686, 'Armavir', 'RUS', 'Krasnodar', 164900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3687, 'Ljubertsy', 'RUS', 'Moskova', 163900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3688, 'Rubtsovsk', 'RUS', 'Altai', 162600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3689, 'Kovrov', 'RUS', 'Vladimir', 159900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3690, 'Nahodka', 'RUS', 'Primorje', 157700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3691, 'Ussurijsk', 'RUS', 'Primorje', 157300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3692, 'Salavat', 'RUS', 'Baškortostan', 156800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3693, 'Mytištši', 'RUS', 'Moskova', 155700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3694, 'Kolomna', 'RUS', 'Moskova', 150700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3695, 'Elektrostal', 'RUS', 'Moskova', 147000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3696, 'Murom', 'RUS', 'Vladimir', 142400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3697, 'Kolpino', 'RUS', 'Pietari', 141200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3698, 'Norilsk', 'RUS', 'Krasnojarsk', 140800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3699, 'Almetjevsk', 'RUS', 'Tatarstan', 140700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3700, 'Novomoskovsk', 'RUS', 'Tula', 138100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3701, 'Dimitrovgrad', 'RUS', 'Uljanovsk', 137000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3702, 'Pervouralsk', 'RUS', 'Sverdlovsk', 136100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3703, 'Himki', 'RUS', 'Moskova', 133700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3704, 'Balašiha', 'RUS', 'Moskova', 132900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3705, 'Nevinnomyssk', 'RUS', 'Stavropol', 132600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3706, 'Pjatigorsk', 'RUS', 'Stavropol', 132500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3707, 'Korolev', 'RUS', 'Moskova', 132400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3708, 'Serpuhov', 'RUS', 'Moskova', 132000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3709, 'Odintsovo', 'RUS', 'Moskova', 127400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3710, 'Orehovo-Zujevo', 'RUS', 'Moskova', 124900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3711, 'Kamyšin', 'RUS', 'Volgograd', 124600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3712, 'Novotšeboksarsk', 'RUS', 'Tšuvassia', 123400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3713, 'Tšerkessk', 'RUS', 'Karatšai-Tšerkessi', 121700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3714, 'Atšinsk', 'RUS', 'Krasnojarsk', 121600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3715, 'Magadan', 'RUS', 'Magadan', 121000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3716, 'Mitšurinsk', 'RUS', 'Tambov', 120700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3717, 'Kislovodsk', 'RUS', 'Stavropol', 120400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3718, 'Jelets', 'RUS', 'Lipetsk', 119400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3719, 'Seversk', 'RUS', 'Tomsk', 118600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3720, 'Noginsk', 'RUS', 'Moskova', 117200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3721, 'Velikije Luki', 'RUS', 'Pihkova', 116300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3722, 'Novokuibyševsk', 'RUS', 'Samara', 116200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3723, 'Neftekamsk', 'RUS', 'Baškortostan', 115700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3724, 'Leninsk-Kuznetski', 'RUS', 'Kemerovo', 113800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3725, 'Oktjabrski', 'RUS', 'Baškortostan', 111500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3726, 'Sergijev Posad', 'RUS', 'Moskova', 111100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3727, 'Arzamas', 'RUS', 'Nizni Novgorod', 110700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3728, 'Kiseljovsk', 'RUS', 'Kemerovo', 110000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3729, 'Novotroitsk', 'RUS', 'Orenburg', 109600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3730, 'Obninsk', 'RUS', 'Kaluga', 108300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3731, 'Kansk', 'RUS', 'Krasnojarsk', 107400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3732, 'Glazov', 'RUS', 'Udmurtia', 106300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3733, 'Solikamsk', 'RUS', 'Perm', 106000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3734, 'Sarapul', 'RUS', 'Udmurtia', 105700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3735, 'Ust-Ilimsk', 'RUS', 'Irkutsk', 105200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3736, 'Štšolkovo', 'RUS', 'Moskova', 104900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3737, 'Mezduretšensk', 'RUS', 'Kemerovo', 104400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3738, 'Usolje-Sibirskoje', 'RUS', 'Irkutsk', 103500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3739, 'Elista', 'RUS', 'Kalmykia', 103300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3740, 'Novošahtinsk', 'RUS', 'Rostov-na-Donu', 101900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3741, 'Votkinsk', 'RUS', 'Udmurtia', 101700);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3742, 'Kyzyl', 'RUS', 'Tyva', 101100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3743, 'Serov', 'RUS', 'Sverdlovsk', 100400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3744, 'Zelenodolsk', 'RUS', 'Tatarstan', 100200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3745, 'Zeleznodoroznyi', 'RUS', 'Moskova', 100100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3746, 'Kinešma', 'RUS', 'Ivanovo', 100000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3747, 'Kuznetsk', 'RUS', 'Penza', 98200);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3748, 'Uhta', 'RUS', 'Komi', 98000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3749, 'Jessentuki', 'RUS', 'Stavropol', 97900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3750, 'Tobolsk', 'RUS', 'Tjumen', 97600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3751, 'Neftejugansk', 'RUS', 'Hanti-Mansia', 97400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3752, 'Bataisk', 'RUS', 'Rostov-na-Donu', 97300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3753, 'Nojabrsk', 'RUS', 'Yamalin Nenetsia', 97300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3754, 'Balašov', 'RUS', 'Saratov', 97100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3755, 'Zeleznogorsk', 'RUS', 'Kursk', 96900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3756, 'Zukovski', 'RUS', 'Moskova', 96500);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3757, 'Anzero-Sudzensk', 'RUS', 'Kemerovo', 96100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3758, 'Bugulma', 'RUS', 'Tatarstan', 94100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3759, 'Zeleznogorsk', 'RUS', 'Krasnojarsk', 94000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3760, 'Novouralsk', 'RUS', 'Sverdlovsk', 93300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3761, 'Puškin', 'RUS', 'Pietari', 92900);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3762, 'Vorkuta', 'RUS', 'Komi', 92600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3763, 'Derbent', 'RUS', 'Dagestan', 92300);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3764, 'Kirovo-Tšepetsk', 'RUS', 'Kirov', 91600);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3765, 'Krasnogorsk', 'RUS', 'Moskova', 91000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3766, 'Klin', 'RUS', 'Moskova', 90000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3767, 'Tšaikovski', 'RUS', 'Perm', 90000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3768, 'Novyi Urengoi', 'RUS', 'Yamalin Nenetsia', 89800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3769, 'Ho Chi Minh City', 'VNM', 'Ho Chi Minh City', 3980000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3770, 'Hanoi', 'VNM', 'Hanoi', 1410000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3771, 'Haiphong', 'VNM', 'Haiphong', 783133);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3772, 'Da Nang', 'VNM', 'Quang Nam-Da Nang', 382674);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3773, 'Biên Hoa', 'VNM', 'Dong Nai', 282095);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3774, 'Nha Trang', 'VNM', 'Khanh Hoa', 221331);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3775, 'Hue', 'VNM', 'Thua Thien-Hue', 219149);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3776, 'Can Tho', 'VNM', 'Can Tho', 215587);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3777, 'Cam Pha', 'VNM', 'Quang Binh', 209086);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3778, 'Nam Dinh', 'VNM', 'Nam Ha', 171699);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3779, 'Quy Nhon', 'VNM', 'Binh Dinh', 163385);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3780, 'Vung Tau', 'VNM', 'Ba Ria-Vung Tau', 145145);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3781, 'Rach Gia', 'VNM', 'Kien Giang', 141132);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3782, 'Long Xuyen', 'VNM', 'An Giang', 132681);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3783, 'Thai Nguyen', 'VNM', 'Bac Thai', 127643);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3784, 'Hong Gai', 'VNM', 'Quang Ninh', 127484);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3785, 'Phan Thiêt', 'VNM', 'Binh Thuan', 114236);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3786, 'Cam Ranh', 'VNM', 'Khanh Hoa', 114041);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3787, 'Vinh', 'VNM', 'Nghe An', 112455);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3788, 'My Tho', 'VNM', 'Tien Giang', 108404);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3789, 'Da Lat', 'VNM', 'Lam Dong', 106409);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3790, 'Buon Ma Thuot', 'VNM', 'Dac Lac', 97044);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3791, 'Tallinn', 'EST', 'Harjumaa', 403981);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3792, 'Tartu', 'EST', 'Tartumaa', 101246);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3793, 'New York', 'USA', 'New York', 8008278);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3794, 'Los Angeles', 'USA', 'California', 3694820);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3795, 'Chicago', 'USA', 'Illinois', 2896016);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3796, 'Houston', 'USA', 'Texas', 1953631);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3797, 'Philadelphia', 'USA', 'Pennsylvania', 1517550);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3798, 'Phoenix', 'USA', 'Arizona', 1321045);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3799, 'San Diego', 'USA', 'California', 1223400);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3800, 'Dallas', 'USA', 'Texas', 1188580);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3801, 'San Antonio', 'USA', 'Texas', 1144646);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3802, 'Detroit', 'USA', 'Michigan', 951270);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3803, 'San Jose', 'USA', 'California', 894943);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3804, 'Indianapolis', 'USA', 'Indiana', 791926);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3805, 'San Francisco', 'USA', 'California', 776733);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3806, 'Jacksonville', 'USA', 'Florida', 735167);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3807, 'Columbus', 'USA', 'Ohio', 711470);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3808, 'Austin', 'USA', 'Texas', 656562);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3809, 'Baltimore', 'USA', 'Maryland', 651154);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3810, 'Memphis', 'USA', 'Tennessee', 650100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3811, 'Milwaukee', 'USA', 'Wisconsin', 596974);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3812, 'Boston', 'USA', 'Massachusetts', 589141);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3813, 'Washington', 'USA', 'District of Columbia', 572059);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3814, 'Nashville-Davidson', 'USA', 'Tennessee', 569891);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3815, 'El Paso', 'USA', 'Texas', 563662);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3816, 'Seattle', 'USA', 'Washington', 563374);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3817, 'Denver', 'USA', 'Colorado', 554636);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3818, 'Charlotte', 'USA', 'North Carolina', 540828);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3819, 'Fort Worth', 'USA', 'Texas', 534694);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3820, 'Portland', 'USA', 'Oregon', 529121);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3821, 'Oklahoma City', 'USA', 'Oklahoma', 506132);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3822, 'Tucson', 'USA', 'Arizona', 486699);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3823, 'New Orleans', 'USA', 'Louisiana', 484674);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3824, 'Las Vegas', 'USA', 'Nevada', 478434);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3825, 'Cleveland', 'USA', 'Ohio', 478403);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3826, 'Long Beach', 'USA', 'California', 461522);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3827, 'Albuquerque', 'USA', 'New Mexico', 448607);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3828, 'Kansas City', 'USA', 'Missouri', 441545);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3829, 'Fresno', 'USA', 'California', 427652);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3830, 'Virginia Beach', 'USA', 'Virginia', 425257);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3831, 'Atlanta', 'USA', 'Georgia', 416474);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3832, 'Sacramento', 'USA', 'California', 407018);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3833, 'Oakland', 'USA', 'California', 399484);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3834, 'Mesa', 'USA', 'Arizona', 396375);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3835, 'Tulsa', 'USA', 'Oklahoma', 393049);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3836, 'Omaha', 'USA', 'Nebraska', 390007);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3837, 'Minneapolis', 'USA', 'Minnesota', 382618);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3838, 'Honolulu', 'USA', 'Hawaii', 371657);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3839, 'Miami', 'USA', 'Florida', 362470);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3840, 'Colorado Springs', 'USA', 'Colorado', 360890);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3841, 'Saint Louis', 'USA', 'Missouri', 348189);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3842, 'Wichita', 'USA', 'Kansas', 344284);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3843, 'Santa Ana', 'USA', 'California', 337977);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3844, 'Pittsburgh', 'USA', 'Pennsylvania', 334563);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3845, 'Arlington', 'USA', 'Texas', 332969);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3846, 'Cincinnati', 'USA', 'Ohio', 331285);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3847, 'Anaheim', 'USA', 'California', 328014);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3848, 'Toledo', 'USA', 'Ohio', 313619);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3849, 'Tampa', 'USA', 'Florida', 303447);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3850, 'Buffalo', 'USA', 'New York', 292648);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3851, 'Saint Paul', 'USA', 'Minnesota', 287151);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3852, 'Corpus Christi', 'USA', 'Texas', 277454);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3853, 'Aurora', 'USA', 'Colorado', 276393);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3854, 'Raleigh', 'USA', 'North Carolina', 276093);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3855, 'Newark', 'USA', 'New Jersey', 273546);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3856, 'Lexington-Fayette', 'USA', 'Kentucky', 260512);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3857, 'Anchorage', 'USA', 'Alaska', 260283);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3858, 'Louisville', 'USA', 'Kentucky', 256231);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3859, 'Riverside', 'USA', 'California', 255166);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3860, 'Saint Petersburg', 'USA', 'Florida', 248232);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3861, 'Bakersfield', 'USA', 'California', 247057);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3862, 'Stockton', 'USA', 'California', 243771);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3863, 'Birmingham', 'USA', 'Alabama', 242820);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3864, 'Jersey City', 'USA', 'New Jersey', 240055);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3865, 'Norfolk', 'USA', 'Virginia', 234403);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3866, 'Baton Rouge', 'USA', 'Louisiana', 227818);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3867, 'Hialeah', 'USA', 'Florida', 226419);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3868, 'Lincoln', 'USA', 'Nebraska', 225581);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3869, 'Greensboro', 'USA', 'North Carolina', 223891);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3870, 'Plano', 'USA', 'Texas', 222030);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3871, 'Rochester', 'USA', 'New York', 219773);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3872, 'Glendale', 'USA', 'Arizona', 218812);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3873, 'Akron', 'USA', 'Ohio', 217074);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3874, 'Garland', 'USA', 'Texas', 215768);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3875, 'Madison', 'USA', 'Wisconsin', 208054);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3876, 'Fort Wayne', 'USA', 'Indiana', 205727);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3877, 'Fremont', 'USA', 'California', 203413);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3878, 'Scottsdale', 'USA', 'Arizona', 202705);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3879, 'Montgomery', 'USA', 'Alabama', 201568);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3880, 'Shreveport', 'USA', 'Louisiana', 200145);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3881, 'Augusta-Richmond County', 'USA', 'Georgia', 199775);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3882, 'Lubbock', 'USA', 'Texas', 199564);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3883, 'Chesapeake', 'USA', 'Virginia', 199184);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3884, 'Mobile', 'USA', 'Alabama', 198915);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3885, 'Des Moines', 'USA', 'Iowa', 198682);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3886, 'Grand Rapids', 'USA', 'Michigan', 197800);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3887, 'Richmond', 'USA', 'Virginia', 197790);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3888, 'Yonkers', 'USA', 'New York', 196086);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3889, 'Spokane', 'USA', 'Washington', 195629);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3890, 'Glendale', 'USA', 'California', 194973);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3891, 'Tacoma', 'USA', 'Washington', 193556);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3892, 'Irving', 'USA', 'Texas', 191615);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3893, 'Huntington Beach', 'USA', 'California', 189594);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3894, 'Modesto', 'USA', 'California', 188856);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3895, 'Durham', 'USA', 'North Carolina', 187035);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3896, 'Columbus', 'USA', 'Georgia', 186291);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3897, 'Orlando', 'USA', 'Florida', 185951);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3898, 'Boise City', 'USA', 'Idaho', 185787);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3899, 'Winston-Salem', 'USA', 'North Carolina', 185776);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3900, 'San Bernardino', 'USA', 'California', 185401);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3901, 'Jackson', 'USA', 'Mississippi', 184256);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3902, 'Little Rock', 'USA', 'Arkansas', 183133);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3903, 'Salt Lake City', 'USA', 'Utah', 181743);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3904, 'Reno', 'USA', 'Nevada', 180480);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3905, 'Newport News', 'USA', 'Virginia', 180150);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3906, 'Chandler', 'USA', 'Arizona', 176581);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3907, 'Laredo', 'USA', 'Texas', 176576);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3908, 'Henderson', 'USA', 'Nevada', 175381);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3909, 'Arlington', 'USA', 'Virginia', 174838);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3910, 'Knoxville', 'USA', 'Tennessee', 173890);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3911, 'Amarillo', 'USA', 'Texas', 173627);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3912, 'Providence', 'USA', 'Rhode Island', 173618);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3913, 'Chula Vista', 'USA', 'California', 173556);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3914, 'Worcester', 'USA', 'Massachusetts', 172648);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3915, 'Oxnard', 'USA', 'California', 170358);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3916, 'Dayton', 'USA', 'Ohio', 166179);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3917, 'Garden Grove', 'USA', 'California', 165196);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3918, 'Oceanside', 'USA', 'California', 161029);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3919, 'Tempe', 'USA', 'Arizona', 158625);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3920, 'Huntsville', 'USA', 'Alabama', 158216);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3921, 'Ontario', 'USA', 'California', 158007);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3922, 'Chattanooga', 'USA', 'Tennessee', 155554);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3923, 'Fort Lauderdale', 'USA', 'Florida', 152397);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3924, 'Springfield', 'USA', 'Massachusetts', 152082);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3925, 'Springfield', 'USA', 'Missouri', 151580);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3926, 'Santa Clarita', 'USA', 'California', 151088);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3927, 'Salinas', 'USA', 'California', 151060);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3928, 'Tallahassee', 'USA', 'Florida', 150624);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3929, 'Rockford', 'USA', 'Illinois', 150115);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3930, 'Pomona', 'USA', 'California', 149473);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3931, 'Metairie', 'USA', 'Louisiana', 149428);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3932, 'Paterson', 'USA', 'New Jersey', 149222);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3933, 'Overland Park', 'USA', 'Kansas', 149080);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3934, 'Santa Rosa', 'USA', 'California', 147595);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3935, 'Syracuse', 'USA', 'New York', 147306);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3936, 'Kansas City', 'USA', 'Kansas', 146866);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3937, 'Hampton', 'USA', 'Virginia', 146437);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3938, 'Lakewood', 'USA', 'Colorado', 144126);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3939, 'Vancouver', 'USA', 'Washington', 143560);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3940, 'Irvine', 'USA', 'California', 143072);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3941, 'Aurora', 'USA', 'Illinois', 142990);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3942, 'Moreno Valley', 'USA', 'California', 142381);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3943, 'Pasadena', 'USA', 'California', 141674);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3944, 'Hayward', 'USA', 'California', 140030);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3945, 'Brownsville', 'USA', 'Texas', 139722);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3946, 'Bridgeport', 'USA', 'Connecticut', 139529);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3947, 'Hollywood', 'USA', 'Florida', 139357);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3948, 'Warren', 'USA', 'Michigan', 138247);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3949, 'Torrance', 'USA', 'California', 137946);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3950, 'Eugene', 'USA', 'Oregon', 137893);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3951, 'Pembroke Pines', 'USA', 'Florida', 137427);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3952, 'Salem', 'USA', 'Oregon', 136924);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3953, 'Pasadena', 'USA', 'Texas', 133936);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3954, 'Escondido', 'USA', 'California', 133559);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3955, 'Sunnyvale', 'USA', 'California', 131760);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3956, 'Savannah', 'USA', 'Georgia', 131510);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3957, 'Fontana', 'USA', 'California', 128929);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3958, 'Orange', 'USA', 'California', 128821);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3959, 'Naperville', 'USA', 'Illinois', 128358);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3960, 'Alexandria', 'USA', 'Virginia', 128283);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3961, 'Rancho Cucamonga', 'USA', 'California', 127743);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3962, 'Grand Prairie', 'USA', 'Texas', 127427);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3963, 'East Los Angeles', 'USA', 'California', 126379);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3964, 'Fullerton', 'USA', 'California', 126003);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3965, 'Corona', 'USA', 'California', 124966);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3966, 'Flint', 'USA', 'Michigan', 124943);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3967, 'Paradise', 'USA', 'Nevada', 124682);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3968, 'Mesquite', 'USA', 'Texas', 124523);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3969, 'Sterling Heights', 'USA', 'Michigan', 124471);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3970, 'Sioux Falls', 'USA', 'South Dakota', 123975);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3971, 'New Haven', 'USA', 'Connecticut', 123626);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3972, 'Topeka', 'USA', 'Kansas', 122377);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3973, 'Concord', 'USA', 'California', 121780);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3974, 'Evansville', 'USA', 'Indiana', 121582);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3975, 'Hartford', 'USA', 'Connecticut', 121578);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3976, 'Fayetteville', 'USA', 'North Carolina', 121015);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3977, 'Cedar Rapids', 'USA', 'Iowa', 120758);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3978, 'Elizabeth', 'USA', 'New Jersey', 120568);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3979, 'Lansing', 'USA', 'Michigan', 119128);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3980, 'Lancaster', 'USA', 'California', 118718);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3981, 'Fort Collins', 'USA', 'Colorado', 118652);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3982, 'Coral Springs', 'USA', 'Florida', 117549);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3983, 'Stamford', 'USA', 'Connecticut', 117083);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3984, 'Thousand Oaks', 'USA', 'California', 117005);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3985, 'Vallejo', 'USA', 'California', 116760);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3986, 'Palmdale', 'USA', 'California', 116670);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3987, 'Columbia', 'USA', 'South Carolina', 116278);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3988, 'El Monte', 'USA', 'California', 115965);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3989, 'Abilene', 'USA', 'Texas', 115930);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3990, 'North Las Vegas', 'USA', 'Nevada', 115488);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3991, 'Ann Arbor', 'USA', 'Michigan', 114024);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3992, 'Beaumont', 'USA', 'Texas', 113866);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3993, 'Waco', 'USA', 'Texas', 113726);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3994, 'Macon', 'USA', 'Georgia', 113336);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3995, 'Independence', 'USA', 'Missouri', 113288);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3996, 'Peoria', 'USA', 'Illinois', 112936);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3997, 'Inglewood', 'USA', 'California', 112580);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3998, 'Springfield', 'USA', 'Illinois', 111454);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (3999, 'Simi Valley', 'USA', 'California', 111351);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4000, 'Lafayette', 'USA', 'Louisiana', 110257);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4001, 'Gilbert', 'USA', 'Arizona', 109697);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4002, 'Carrollton', 'USA', 'Texas', 109576);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4003, 'Bellevue', 'USA', 'Washington', 109569);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4004, 'West Valley City', 'USA', 'Utah', 108896);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4005, 'Clarksville', 'USA', 'Tennessee', 108787);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4006, 'Costa Mesa', 'USA', 'California', 108724);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4007, 'Peoria', 'USA', 'Arizona', 108364);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4008, 'South Bend', 'USA', 'Indiana', 107789);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4009, 'Downey', 'USA', 'California', 107323);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4010, 'Waterbury', 'USA', 'Connecticut', 107271);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4011, 'Manchester', 'USA', 'New Hampshire', 107006);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4012, 'Allentown', 'USA', 'Pennsylvania', 106632);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4013, 'McAllen', 'USA', 'Texas', 106414);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4014, 'Joliet', 'USA', 'Illinois', 106221);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4015, 'Lowell', 'USA', 'Massachusetts', 105167);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4016, 'Provo', 'USA', 'Utah', 105166);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4017, 'West Covina', 'USA', 'California', 105080);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4018, 'Wichita Falls', 'USA', 'Texas', 104197);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4019, 'Erie', 'USA', 'Pennsylvania', 103717);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4020, 'Daly City', 'USA', 'California', 103621);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4021, 'Citrus Heights', 'USA', 'California', 103455);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4022, 'Norwalk', 'USA', 'California', 103298);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4023, 'Gary', 'USA', 'Indiana', 102746);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4024, 'Berkeley', 'USA', 'California', 102743);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4025, 'Santa Clara', 'USA', 'California', 102361);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4026, 'Green Bay', 'USA', 'Wisconsin', 102313);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4027, 'Cape Coral', 'USA', 'Florida', 102286);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4028, 'Arvada', 'USA', 'Colorado', 102153);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4029, 'Pueblo', 'USA', 'Colorado', 102121);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4030, 'Sandy', 'USA', 'Utah', 101853);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4031, 'Athens-Clarke County', 'USA', 'Georgia', 101489);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4032, 'Cambridge', 'USA', 'Massachusetts', 101355);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4033, 'Westminster', 'USA', 'Colorado', 100940);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4034, 'San Buenaventura', 'USA', 'California', 100916);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4035, 'Portsmouth', 'USA', 'Virginia', 100565);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4036, 'Livonia', 'USA', 'Michigan', 100545);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4037, 'Burbank', 'USA', 'California', 100316);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4038, 'Clearwater', 'USA', 'Florida', 99936);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4039, 'Midland', 'USA', 'Texas', 98293);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4040, 'Davenport', 'USA', 'Iowa', 98256);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4041, 'Mission Viejo', 'USA', 'California', 98049);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4042, 'Miami Beach', 'USA', 'Florida', 97855);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4043, 'Sunrise Manor', 'USA', 'Nevada', 95362);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4044, 'New Bedford', 'USA', 'Massachusetts', 94780);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4045, 'El Cajon', 'USA', 'California', 94578);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4046, 'Norman', 'USA', 'Oklahoma', 94193);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4047, 'Richmond', 'USA', 'California', 94100);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4048, 'Albany', 'USA', 'New York', 93994);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4049, 'Brockton', 'USA', 'Massachusetts', 93653);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4050, 'Roanoke', 'USA', 'Virginia', 93357);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4051, 'Billings', 'USA', 'Montana', 92988);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4052, 'Compton', 'USA', 'California', 92864);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4053, 'Gainesville', 'USA', 'Florida', 92291);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4054, 'Fairfield', 'USA', 'California', 92256);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4055, 'Arden-Arcade', 'USA', 'California', 92040);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4056, 'San Mateo', 'USA', 'California', 91799);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4057, 'Visalia', 'USA', 'California', 91762);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4058, 'Boulder', 'USA', 'Colorado', 91238);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4059, 'Cary', 'USA', 'North Carolina', 91213);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4060, 'Santa Monica', 'USA', 'California', 91084);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4061, 'Fall River', 'USA', 'Massachusetts', 90555);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4062, 'Kenosha', 'USA', 'Wisconsin', 89447);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4063, 'Elgin', 'USA', 'Illinois', 89408);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4064, 'Odessa', 'USA', 'Texas', 89293);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4065, 'Carson', 'USA', 'California', 89089);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4066, 'Charleston', 'USA', 'South Carolina', 89063);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4067, 'Charlotte Amalie', 'VIR', 'St Thomas', 13000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4068, 'Harare', 'ZWE', 'Harare', 1410000);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4069, 'Bulawayo', 'ZWE', 'Bulawayo', 621742);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4070, 'Chitungwiza', 'ZWE', 'Harare', 274912);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4071, 'Mount Darwin', 'ZWE', 'Harare', 164362);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4072, 'Mutare', 'ZWE', 'Manicaland', 131367);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4073, 'Gweru', 'ZWE', 'Midlands', 128037);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4074, 'Gaza', 'PSE', 'Gaza', 353632);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4075, 'Khan Yunis', 'PSE', 'Khan Yunis', 123175);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4076, 'Hebron', 'PSE', 'Hebron', 119401);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4077, 'Jabaliya', 'PSE', 'North Gaza', 113901);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4078, 'Nablus', 'PSE', 'Nablus', 100231);
INSERT INTO world.city (ID, Name, CountryCode, District, Population) VALUES (4079, 'Rafah', 'PSE', 'Rafah', 92020);
commit;