product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_1PAX6WW0AB20"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_26TFDTV1WA10 | Volume 3 PRD_1PAX6WW0AB20 | content | 1 | cc74e482-b46f-43aa-afd4-bcaae0f8648b | |
| PID_076KT9Y5AMB0 | Volume 3 PRD_1PAX6WW0AB20 | product | 4 | 97475119C00002517488 | |
| PID_290A8GJKFP1G | Volume 3 PRD_1PAX6WW0AB20 | product | 3 | 9781974751198 | |
| PID_2X4N42BF1JMG | Volume 3 PRD_1PAX6WW0AB20 | product | 7 | 9781974751198 | |
| PID_3K20YR59GR40 | Volume 3 PRD_1PAX6WW0AB20 | product | 2 | bwg_migration.2476006 |
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);