product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_0NCPYKCCZBGG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_337GD5PP81ZG | Volume 26 PRD_0NCPYKCCZBGG | content | 1 | 47de57ba-3544-4e09-b8b2-f8dc8784a42d | |
| PID_0R8J855Y0XC0 | Volume 26 PRD_0NCPYKCCZBGG | product | 2 | bwg_migration.595134 | |
| PID_1CCX7PYBTSK0 | Volume 26 PRD_0NCPYKCCZBGG | product | 4 | 64212224C00000234767 | |
| PID_2PEVNXH1ZV9G | Volume 26 PRD_0NCPYKCCZBGG | product | 3 | 9781642122244 | |
| PID_3TD6HFBXHQWG | Volume 26 PRD_0NCPYKCCZBGG | product | 7 | 9781642122244 |
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);