BookWalker

home / database

product_external_ids

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

5 rows where product_id = "PRD_3GVBR4Z2JYNG"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source, external_id

id ▼ product_id source type external_id external_id_original
CID_2N9SCWH8RK8G Volume 6 PRD_3GVBR4Z2JYNG content 1 df422e6f-e166-4f23-835b-b4bc2957094d  
PID_0RBM6EAX3Z5G Volume 6 PRD_3GVBR4Z2JYNG product 3 9781974716234  
PID_1CE6XZ3ENV8G Volume 6 PRD_3GVBR4Z2JYNG product 7 9781974716234  
PID_225JMNXB70R0 Volume 6 PRD_3GVBR4Z2JYNG product 2 bwg_migration.2436000  
PID_2P9XG6P4YXF0 Volume 6 PRD_3GVBR4Z2JYNG product 4 97471623C00002481735  

Advanced export

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

CSV options:

CREATE TABLE product_external_ids (
      id TEXT PRIMARY KEY,
      product_id TEXT NOT NULL,
      source TEXT NOT NULL,
      type INTEGER NOT NULL,
      external_id TEXT NOT NULL,
      external_id_original TEXT NOT NULL,
      FOREIGN KEY (product_id) REFERENCES products(id)
    );
CREATE INDEX idx_product_external_ids_product ON product_external_ids(product_id);
Powered by Datasette · Queries took 8.142ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS