product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_2P239R3C5J7G"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_26HY645Y0HBG | Volume 3 PRD_2P239R3C5J7G | content | 1 | bb50d3b9-4b3e-4241-ad5a-0d5cc5003115 | |
| PID_0CBCTKKPN500 | Volume 3 PRD_2P239R3C5J7G | product | 2 | bwg_migration.2830933 | |
| PID_0GFZP542F1Q0 | Volume 3 PRD_2P239R3C5J7G | product | 4 | 97475934C00002830811 | |
| PID_2T9P4CRRG3DG | Volume 3 PRD_2P239R3C5J7G | product | 3 | 9781974759347 | |
| PID_3EC13XHMBZGG | Volume 3 PRD_2P239R3C5J7G | product | 7 | 9781974759347 |
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);