product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_22XZZNHKDJ20"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_2D8YBDQTA2EG | Volume 15 PRD_22XZZNHKDJ20 | content | 1 | f1c80ccd-313b-4413-8915-5ed568334c82 | |
| PID_0BQB48SBX78G | Volume 15 PRD_22XZZNHKDJ20 | product | 4 | 97530270C00001083153 | |
| PID_1XH1TGC069F0 | Volume 15 PRD_22XZZNHKDJ20 | product | 3 | 9781975302702 | |
| PID_21NCP16XR5J0 | Volume 15 PRD_22XZZNHKDJ20 | product | 7 | 9781975302702 | |
| PID_37GR970YBB5G | Volume 15 PRD_22XZZNHKDJ20 | product | 2 | bwg_migration.834897 |
Advanced export
JSON shape: default, array, newline-delimited, object
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);