product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_2W5ZX8772K80"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_1RR1DCPB9AJ0 | Volume 2 PRD_2W5ZX8772K80 | content | 1 | 7d945dc0-f3c6-4c50-a5a9-b8ad3c256f8f | |
| PID_08VFMRTDCXV0 | Volume 2 PRD_2W5ZX8772K80 | product | 7 | 9781975338749 | |
| PID_1EPVFYMFY3AG | Volume 2 PRD_2W5ZX8772K80 | product | 2 | bwg_migration.1285720 | |
| PID_1JN6B0EVHZHG | Volume 2 PRD_2W5ZX8772K80 | product | 4 | 97533874C00001481417 | |
| PID_34MWSQ1HN1M0 | Volume 2 PRD_2W5ZX8772K80 | product | 3 | 9781975338749 |
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);