subdivisions
Data source: ISO
22 rows where country_code = "YE"
This data as json, CSV (advanced)
Link | country_code | code_31662 | name | local_variant | language_code | romanization_system | parent_subdivision |
---|---|---|---|---|---|---|---|
YE,YE-AB* | YE | YE-AB* | Abyan | ar | BGN/PCGN 1956 | ||
YE,YE-AD* | YE | YE-AD* | ‘Adan | ar | BGN/PCGN 1956 | ||
YE,YE-AM* | YE | YE-AM* | ‘Amrān | ar | BGN/PCGN 1956 | ||
YE,YE-BA* | YE | YE-BA* | Al Bayḑā’ | ar | BGN/PCGN 1956 | ||
YE,YE-DA* | YE | YE-DA* | Aḑ Ḑāli‘ | ar | BGN/PCGN 1956 | ||
YE,YE-DH* | YE | YE-DH* | Dhamār | ar | BGN/PCGN 1956 | ||
YE,YE-HD* | YE | YE-HD* | Ḩaḑramawt | ar | BGN/PCGN 1956 | ||
YE,YE-HJ* | YE | YE-HJ* | Ḩajjah | ar | BGN/PCGN 1956 | ||
YE,YE-HU* | YE | YE-HU* | Al Ḩudaydah | ar | BGN/PCGN 1956 | ||
YE,YE-IB* | YE | YE-IB* | Ibb | ar | BGN/PCGN 1956 | ||
YE,YE-JA* | YE | YE-JA* | Al Jawf | ar | BGN/PCGN 1956 | ||
YE,YE-LA* | YE | YE-LA* | Laḩij | ar | BGN/PCGN 1956 | ||
YE,YE-MA* | YE | YE-MA* | Ma’rib | ar | BGN/PCGN 1956 | ||
YE,YE-MR* | YE | YE-MR* | Al Mahrah | ar | BGN/PCGN 1956 | ||
YE,YE-MW* | YE | YE-MW* | Al Maḩwīt | ar | BGN/PCGN 1956 | ||
YE,YE-RA* | YE | YE-RA* | Raymah | ar | BGN/PCGN 1956 | ||
YE,YE-SA* | YE | YE-SA* | Amānat al ‘Āşimah [city] | ar | BGN/PCGN 1956 | ||
YE,YE-SD* | YE | YE-SD* | Şāʻdah | ar | BGN/PCGN 1956 | ||
YE,YE-SH* | YE | YE-SH* | Shabwah | ar | BGN/PCGN 1956 | ||
YE,YE-SN* | YE | YE-SN* | Şanʻā’ | ar | BGN/PCGN 1956 | ||
YE,YE-SU* | YE | YE-SU* | Arkhabīl Suquţrá | ar | BGN/PCGN 1956 | ||
YE,YE-TA* | YE | YE-TA* | Tāʻizz | ar | BGN/PCGN 1956 |
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 );