product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_1ZX8WDYDXS80"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_25GE1KHKE370 | Volume 14 PRD_1ZX8WDYDXS80 | content | 1 | 70cb9e97-e365-4327-8fcc-1437568dda2a | |
| PID_1F2PZQ95RZ0G | Volume 14 PRD_1ZX8WDYDXS80 | product | 3 | 9781975341763 | |
| PID_1K11TR3HJVQG | Volume 14 PRD_1ZX8WDYDXS80 | product | 7 | 9781975341763 | |
| PID_2GWDDYXKW170 | Volume 14 PRD_1ZX8WDYDXS80 | product | 2 | bwg_migration.1353490 | |
| PID_350R9FPFQXA0 | Volume 14 PRD_1ZX8WDYDXS80 | product | 4 | 97534176C00001536832 |
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);