product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_1T4QT1Z2DYGG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_1FRSWWB50H9G | Volume 3 PRD_1T4QT1Z2DYGG | content | 1 | 8d1173c9-faad-4959-a10e-ee6c118beb31 | |
| PID_0XCXNM54N640 | Volume 3 PRD_1T4QT1Z2DYGG | product | 2 | bwg_migration.2933898 | |
| PID_11K8H5ZGF2B0 | Volume 3 PRD_1T4QT1Z2DYGG | product | 4 | 85540370C00002921578 | |
| PID_3BD77CJEG41G | Volume 3 PRD_1T4QT1Z2DYGG | product | 3 | 9798855403701 | |
| PID_3ZHJ2Y4TA0MG | Volume 3 PRD_1T4QT1Z2DYGG | product | 7 | 9798855403701 |
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);