product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_0P017E0BCSEG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_2DKX6WQN2ZS0 | Volume 6 PRD_0P017E0BCSEG | content | 1 | b91d0161-9c23-4ebd-9202-5777da069f35 | |
| PID_0FMNMKPFRTAG | Volume 6 PRD_0P017E0BCSEG | product | 2 | bwg_migration.663773 | |
| PID_0KV0G58VJPHG | Volume 6 PRD_0P017E0BCSEG | product | 4 | 94780420B28302100000 | |
| PID_25TZ6C3HQRM0 | Volume 6 PRD_0P017E0BCSEG | product | 3 | 9781947804203 | |
| PID_39S9XXMD9MV0 | Volume 6 PRD_0P017E0BCSEG | product | 7 | 9781947804203 |
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);