BookWalker

home / database

geoblock_territories

Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)

8 rows where geoblock_id = "GEO_1J6Y94620DPG"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: type

Link geoblock_id territory type
GEO_1J6Y94620DPG,AU,0 GEO_1J6Y94620DPG AU 0
GEO_1J6Y94620DPG,CA,0 GEO_1J6Y94620DPG CA 0
GEO_1J6Y94620DPG,GB,0 GEO_1J6Y94620DPG GB 0
GEO_1J6Y94620DPG,IE,0 GEO_1J6Y94620DPG IE 0
GEO_1J6Y94620DPG,IN,0 GEO_1J6Y94620DPG IN 0
GEO_1J6Y94620DPG,NZ,0 GEO_1J6Y94620DPG NZ 0
GEO_1J6Y94620DPG,US,0 GEO_1J6Y94620DPG US 0
GEO_1J6Y94620DPG,WORLD,2 GEO_1J6Y94620DPG WORLD 2

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE geoblock_territories (
      geoblock_id TEXT NOT NULL,
      territory TEXT NOT NULL,
      type INTEGER NOT NULL,
      PRIMARY KEY (geoblock_id, territory, type),
      FOREIGN KEY (geoblock_id) REFERENCES geoblocks(id)
    );
CREATE INDEX idx_geoblock_territories_geoblock ON geoblock_territories(geoblock_id);
Powered by Datasette · Queries took 6.462ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS