subdivisions
Data source: ISO
13 rows where country_code = "NO"
This data as json, CSV (advanced)
Suggested facets: language_code
Link | country_code | code_31662 | name | local_variant | language_code | romanization_system | parent_subdivision |
---|---|---|---|---|---|---|---|
NO,NO-03 | NO | NO-03 | Oslo | nb | |||
NO,NO-11 | NO | NO-11 | Rogaland | nb | |||
NO,NO-15 | NO | NO-15 | Møre og Romsdal | nb | |||
NO,NO-18 | NO | NO-18 | Nordland | nb | |||
NO,NO-21 | NO | NO-21 | Svalbard (Arctic Region) (see also separate country code entry under SJ) | nb | |||
NO,NO-22 | NO | NO-22 | Jan Mayen (Arctic Region) (see also separate country code entry under SJ) | nb | |||
NO,NO-30 | NO | NO-30 | Viken | nb | |||
NO,NO-34 | NO | NO-34 | Innlandet | nb | |||
NO,NO-38 | NO | NO-38 | Vestfold og Telemark | nb | |||
NO,NO-42 | NO | NO-42 | Agder | nb | |||
NO,NO-46 | NO | NO-46 | Vestland | nb | |||
NO,NO-50 | NO | NO-50 | Trøndelag | nb | |||
NO,NO-54 | NO | NO-54 | Tromssan ja Finmarkun | - |
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 );