This is clean and neat database of Indian State, District, City SQL Database. Download link contains entire database of Indian State, District and city. This SQL database has list of states, State-wise district records and District-wise city lists. It has more than 30+ state records and 600+ district records. This you can integrate with any of your project.
- State : This has 35 records.
CREATE TABLEstate(state_idint(11) NOT NULL,state_titlevarchar(50) NOT NULL,state_descriptiontext NOT NULL,statusvarchar(10) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
- District: This has 640 records.
CREATE TABLEdistrict(districtidint(11) NOT NULL,state_idint(11) NOT NULL,district_titlevarchar(50) NOT NULL,district_descriptiontext NOT NULL,district_statusvarchar(10) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
- City: This has 5924 city records.
CREATE TABLEcity(idint(11) NOT NULL,namevarchar(100) NOT NULL,districtidint(11) DEFAULT NULL,state_idint(11) DEFAULT NULL,descriptiontext NOT NULL,statusvarchar(10) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
Database Information
- The System has 3 database tables – state, district, city.
- All 35 state records, 600 districts and 5900 city records stored in this system.
- This is the backup of MySQL database.
- MySQL Version – 5.2+
Download Database
₹0.00Add to cart
