product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_0WY5XKP6PV40"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_2PQCFH4ECPVG | Volume 2 PRD_0WY5XKP6PV40 | content | 1 | cf9e1b4c-eef5-4fb4-b929-86d45dd2f4e5 | |
| PID_1BKRCXN8RX00 | Volume 2 PRD_0WY5XKP6PV40 | product | 2 | bwg_migration.1910977 | |
| PID_1ZPB8FE4JSQ0 | Volume 2 PRD_0WY5XKP6PV40 | product | 4 | 71834975C00002022927 | |
| PID_31G1YP2JQVDG | Volume 2 PRD_0WY5XKP6PV40 | product | 3 | 9781718349759 | |
| PID_3NMCT7VE9QGG | Volume 2 PRD_0WY5XKP6PV40 | product | 7 | 9781718349759 |
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);