preload preload preload preload

Setting Up the world Database (Countries, States, Cites, etc)

In certain applications we need the details of all the counties in the world, all the states in in each country and the capital of all the country.  And it is difficult to create all theses information's manually. But mysql provide a file world.sql which contains sample data for a world database that you can play with. This file ...
0