product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_2SMECBK10CX0"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_07Q53XGP3R7G | Seven Little Sons of the Dragon PRD_2SMECBK10CX0 | content | 1 | 602087fc-aaf2-413d-bed7-88e58a998b04 | |
| PID_0G5NQKSMSW50 | Seven Little Sons of the Dragon PRD_2SMECBK10CX0 | product | 3 | 9781975386580 | |
| PID_1480K4J0KR80 | Seven Little Sons of the Dragon PRD_2SMECBK10CX0 | product | 7 | 9781975386580 | |
| PID_2T7C5VC2X1VG | Seven Little Sons of the Dragon PRD_2SMECBK10CX0 | product | 2 | bwg_migration.812577 | |
| PID_3EBZ1C6YMTEG | Seven Little Sons of the Dragon PRD_2SMECBK10CX0 | product | 4 | 97538658C00001064790 |
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);