product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_0KRKRGK15K20"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_3Y7N270S27D0 | Volume 3 PRD_0KRKRGK15K20 | content | 1 | 91c21c9d-7c3c-43bf-a763-2a6c39be2c0f | |
| PID_03WHNZH4WXFG | Volume 3 PRD_0KRKRGK15K20 | product | 3 | 9781421562537 | |
| PID_0G0WH1BGPSJG | Volume 3 PRD_0KRKRGK15K20 | product | 7 | 9781421562537 | |
| PID_1NY8875X1Z20 | Volume 3 PRD_0KRKRGK15K20 | product | 2 | bwg_migration.2435945 | |
| PID_2T2V78YEVV90 | Volume 3 PRD_0KRKRGK15K20 | product | 4 | 42156253C00002481701 |
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);