product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_0556J1P9RFDG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_3DVJ307EYSGG | Volume 15 PRD_0556J1P9RFDG | content | 1 | 42ff74a6-ea0c-4f5c-a3f4-37629f987a17 | |
| PID_0MB54GAXNA5G | Volume 15 PRD_0556J1P9RFDG | product | 3 | 9781421564869 | |
| PID_1RFG0139F68G | Volume 15 PRD_0556J1P9RFDG | product | 7 | 9781421564869 | |
| PID_2Y53V7XBYFR0 | Volume 15 PRD_0556J1P9RFDG | product | 2 | bwg_migration.2435306 | |
| PID_329EP8P7G8F0 | Volume 15 PRD_0556J1P9RFDG | product | 4 | 42156486C00002481394 |
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);