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_2BDD5KVAFYSG"

✎ 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_07QV11NZZE8G Volume 3 PRD_2BDD5KVAFYSG content 1 71250d4f-7afd-44cf-89d6-5de850dd77cf  
PID_1RNWSZZY2520 Volume 3 PRD_2BDD5KVAFYSG product 3 9781974718511  
PID_2CRFN0GBM190 Volume 3 PRD_2BDD5KVAFYSG product 7 9781974718511  
PID_32QVC6JM76RG Volume 3 PRD_2BDD5KVAFYSG product 2 bwg_migration.2499896  
PID_3PT6B8B1S3FG Volume 3 PRD_2BDD5KVAFYSG product 4 97471851C00002539833  

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 9.556ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS