product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_07ZMKNN4X0VG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_0B5366NRCEJ0 | Volume 3 The Untold Origins of the Detective Agency PRD_07ZMKNN4X0VG | content | 1 | 9fa14173-174d-4ce5-911c-bc0677e39199 | |
| PID_1TPE2CYPP330 | Volume 3 The Untold Origins of the Detective Agency PRD_07ZMKNN4X0VG | product | 3 | 9781975397777 | |
| PID_2ETRSXQ29ZP0 | Volume 3 The Untold Origins of the Detective Agency PRD_07ZMKNN4X0VG | product | 7 | 9781975397777 | |
| PID_3CG4GKHCV4SG | Volume 3 The Untold Origins of the Detective Agency PRD_07ZMKNN4X0VG | product | 2 | bwg_migration.3128097 | |
| PID_3GMQC5BRD1CG | Volume 3 The Untold Origins of the Detective Agency PRD_07ZMKNN4X0VG | product | 4 | 97539777C00003091865 |
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);