subdivisions
Data source: ISO
16 rows where country_code = "PW"
This data as json, CSV (advanced)
Link | country_code | code_31662 | name | local_variant | language_code | romanization_system | parent_subdivision |
---|---|---|---|---|---|---|---|
PW,PW-002* | PW | PW-002* | Aimeliik | - | |||
PW,PW-004* | PW | PW-004* | Airai | - | |||
PW,PW-010* | PW | PW-010* | Angaur | - | |||
PW,PW-050* | PW | PW-050* | Hatohobei | - | |||
PW,PW-100* | PW | PW-100* | Kayangel | - | |||
PW,PW-150* | PW | PW-150* | Koror | - | |||
PW,PW-212* | PW | PW-212* | Melekeok | - | |||
PW,PW-214* | PW | PW-214* | Ngaraard | - | |||
PW,PW-218* | PW | PW-218* | Ngarchelong | - | |||
PW,PW-222* | PW | PW-222* | Ngardmau | - | |||
PW,PW-224* | PW | PW-224* | Ngatpang | - | |||
PW,PW-226* | PW | PW-226* | Ngchesar | - | |||
PW,PW-227* | PW | PW-227* | Ngeremlengui | - | |||
PW,PW-228* | PW | PW-228* | Ngiwal | - | |||
PW,PW-350* | PW | PW-350* | Peleliu | - | |||
PW,PW-370* | PW | PW-370* | Sonsorol | - |
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 );