product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
6 rows where product_id = "PRD_22Z55Y7FPT1G"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_2CF2REYGH0Z0 | Volume 5 PRD_22Z55Y7FPT1G | content | 1 | 187e9aec-34ef-4b70-90b4-4c8e4b30718b | |
| PID_044RSMK6EXV0 | Volume 5 PRD_22Z55Y7FPT1G | product | 6 | 9781682335604 | |
| PID_1T24GBD0R3AG | Volume 5 PRD_22Z55Y7FPT1G | product | 3 | 9781682335604 | |
| PID_2E6QFW7WKZHG | Volume 5 PRD_22Z55Y7FPT1G | product | 7 | 9781682335604 | |
| PID_33W36J1YX510 | Volume 5 PRD_22Z55Y7FPT1G | product | 2 | bwg_migration.400833 | |
| PID_3G0E23TAQ1M0 | Volume 5 PRD_22Z55Y7FPT1G | product | 4 | 94299372B24680500000 |
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);