subdivisions
Data source: ISO
14 rows where country_code = "SY"
This data as json, CSV (advanced)
Link | country_code | code_31662 | name | local_variant | language_code | romanization_system | parent_subdivision |
---|---|---|---|---|---|---|---|
SY,SY-DI* | SY | SY-DI* | Dimashq | ar | BGN/PCGN 1956 | ||
SY,SY-DR* | SY | SY-DR* | Dar'ā | ar | BGN/PCGN 1956 | ||
SY,SY-DY* | SY | SY-DY* | Dayr az Zawr | ar | BGN/PCGN 1956 | ||
SY,SY-HA* | SY | SY-HA* | Al Ḩasakah | ar | BGN/PCGN 1956 | ||
SY,SY-HI* | SY | SY-HI* | Ḩimş | ar | BGN/PCGN 1956 | ||
SY,SY-HL* | SY | SY-HL* | Ḩalab | ar | BGN/PCGN 1956 | ||
SY,SY-HM* | SY | SY-HM* | Ḩamāh | ar | BGN/PCGN 1956 | ||
SY,SY-ID* | SY | SY-ID* | Idlib | ar | BGN/PCGN 1956 | ||
SY,SY-LA* | SY | SY-LA* | Al Lādhiqīyah | ar | BGN/PCGN 1956 | ||
SY,SY-QU* | SY | SY-QU* | Al Qunayţirah | ar | BGN/PCGN 1956 | ||
SY,SY-RA* | SY | SY-RA* | Ar Raqqah | ar | BGN/PCGN 1956 | ||
SY,SY-RD* | SY | SY-RD* | Rīf Dimashq | ar | BGN/PCGN 1956 | ||
SY,SY-SU* | SY | SY-SU* | As Suwaydā' | ar | BGN/PCGN 1956 | ||
SY,SY-TA* | SY | SY-TA* | Ţarţūs | 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 );