subdivisions
Data source: ISO
19 rows where country_code = "FJ"
This data as json, CSV (advanced)
Suggested facets: parent_subdivision
Link | country_code | code_31662 | name | local_variant | language_code | romanization_system | parent_subdivision |
---|---|---|---|---|---|---|---|
FJ,FJ-01* | FJ | FJ-01* | Ba | en | FJ-W | ||
FJ,FJ-02* | FJ | FJ-02* | Bua | en | FJ-N | ||
FJ,FJ-03* | FJ | FJ-03* | Cakaudrove | en | FJ-N | ||
FJ,FJ-04* | FJ | FJ-04* | Kadavu | en | FJ-E | ||
FJ,FJ-05* | FJ | FJ-05* | Lau | en | FJ-E | ||
FJ,FJ-06* | FJ | FJ-06* | Lomaiviti | en | FJ-E | ||
FJ,FJ-07* | FJ | FJ-07* | Macuata | en | FJ-N | ||
FJ,FJ-08* | FJ | FJ-08* | Nadroga and Navosa | en | FJ-W | ||
FJ,FJ-09* | FJ | FJ-09* | Naitasiri | en | FJ-C | ||
FJ,FJ-10* | FJ | FJ-10* | Namosi | en | FJ-C | ||
FJ,FJ-11* | FJ | FJ-11* | Ra | en | FJ-W | ||
FJ,FJ-12* | FJ | FJ-12* | Rewa | en | FJ-C | ||
FJ,FJ-13* | FJ | FJ-13* | Serua | en | FJ-C | ||
FJ,FJ-14* | FJ | FJ-14* | Tailevu | en | FJ-C | ||
FJ,FJ-C* | FJ | FJ-C* | Central | en | |||
FJ,FJ-E* | FJ | FJ-E* | Eastern | en | |||
FJ,FJ-N* | FJ | FJ-N* | Northern | en | |||
FJ,FJ-R* | FJ | FJ-R* | Rotuma | en | |||
FJ,FJ-W* | FJ | FJ-W* | Western | en |
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 );