product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_1Y5KDBR9VT20"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_1H20HNJFN930 | Volume 14 PRD_1Y5KDBR9VT20 | content | 1 | bc5bc0bf-6960-463f-9e67-3a8cb0a3c693 | |
| PID_03AT64G9A7NG | Volume 14 PRD_1Y5KDBR9VT20 | product | 4 | 42157231C00002737767 | |
| PID_1N4GMCB7F980 | Volume 14 PRD_1Y5KDBR9VT20 | product | 3 | 9781421572314 | |
| PID_2SB3KXXK15Z0 | Volume 14 PRD_1Y5KDBR9VT20 | product | 7 | 9781421572314 | |
| PID_3Z6FAKZXGBEG | Volume 14 PRD_1Y5KDBR9VT20 | product | 2 | bwg_migration.2727103 |
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);