subdivisions
Data source: ISO
31 rows where country_code = "MW"
This data as json, CSV (advanced)
Suggested facets: language_code, parent_subdivision
Link | country_code | code_31662 | name | local_variant | language_code | romanization_system | parent_subdivision |
---|---|---|---|---|---|---|---|
MW,MW-BA* | MW | MW-BA* | Balaka | ny | MW-S | ||
MW,MW-BL* | MW | MW-BL* | Blantyre | ny | MW-S | ||
MW,MW-C* | MW | MW-C* | Chapakati | ny | |||
MW,MW-CK* | MW | MW-CK* | Chikwawa | ny | MW-S | ||
MW,MW-CR* | MW | MW-CR* | Chiradzulu | ny | MW-S | ||
MW,MW-CT* | MW | MW-CT* | Chitipa | ny | MW-N | ||
MW,MW-DE* | MW | MW-DE* | Dedza | ny | MW-C | ||
MW,MW-DO* | MW | MW-DO* | Dowa | ny | MW-C | ||
MW,MW-KR* | MW | MW-KR* | Karonga | ny | MW-N | ||
MW,MW-KS* | MW | MW-KS* | Kasungu | ny | MW-C | ||
MW,MW-LI* | MW | MW-LI* | Lilongwe | ny | MW-C | ||
MW,MW-LK* | MW | MW-LK* | Likoma | ny | MW-N | ||
MW,MW-MC* | MW | MW-MC* | Mchinji | ny | MW-C | ||
MW,MW-MG* | MW | MW-MG* | Mangochi | ny | MW-S | ||
MW,MW-MH* | MW | MW-MH* | Machinga | ny | MW-S | ||
MW,MW-MU* | MW | MW-MU* | Mulanje | ny | MW-S | ||
MW,MW-MW* | MW | MW-MW* | Mwanza | ny | MW-S | ||
MW,MW-MZ* | MW | MW-MZ* | Mzimba | ny | MW-N | ||
MW,MW-N* | MW | MW-N* | Northern Region | en | |||
MW,MW-NB* | MW | MW-NB* | Nkhata Bay | ny | MW-N | ||
MW,MW-NE* | MW | MW-NE* | Neno | ny | MW-S | ||
MW,MW-NI* | MW | MW-NI* | Ntchisi | ny | MW-C | ||
MW,MW-NK* | MW | MW-NK* | Nkhotakota | ny | MW-C | ||
MW,MW-NS* | MW | MW-NS* | Nsanje | ny | MW-S | ||
MW,MW-NU* | MW | MW-NU* | Ntcheu | ny | MW-C | ||
MW,MW-PH* | MW | MW-PH* | Phalombe | ny | MW-S | ||
MW,MW-RU* | MW | MW-RU* | Rumphi | ny | MW-N | ||
MW,MW-S* | MW | MW-S* | Southern Region | en | |||
MW,MW-SA* | MW | MW-SA* | Salima | ny | MW-C | ||
MW,MW-TH* | MW | MW-TH* | Thyolo | ny | MW-S | ||
MW,MW-ZO* | MW | MW-ZO* | Zomba | ny | MW-S |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE subdivisions ( country_code text NOT NULL , code_31662 text NOT NULL , name text , local_variant text , language_code text , romanization_system text , parent_subdivision text , PRIMARY KEY (country_code , code_31662) , FOREIGN KEY (country_code) REFERENCES countries (alpha_2_code) ON DELETE CASCADE , FOREIGN KEY (language_code) REFERENCES languages (alpha_2_code) ON DELETE CASCADE );