Saturday, January 4, 2014

MySQL Database of State wise Districts and States Tables in SQL form

All 645 districts of 35 States of India.

Table 1: States
1) id -> p.k., a.i.
2) name -> varchar

Table 2: Districts
1) id -> p.k., a.i.
2) state_id -> int (8)
3 name -> varchar

Download (SkyDrive Link)