product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_0TFA20JPZWAG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_12WFKPYD0QD0 | Volume 1 PRD_0TFA20JPZWAG | content | 1 | 8ee9cd3c-1d06-4b5a-9450-a35ed3d90a43 | |
| PID_07H3KV3J3K0G | Volume 1 PRD_0TFA20JPZWAG | product | 4 | 97532786C00000297440 | |
| PID_29GT62P84N70 | Volume 1 PRD_0TFA20JPZWAG | product | 3 | 9781975327866 | |
| PID_2XQ4XMF5YHA0 | Volume 1 PRD_0TFA20JPZWAG | product | 7 | 9781975327866 | |
| PID_3KJGMA969PXG | Volume 1 PRD_0TFA20JPZWAG | product | 2 | bwg_migration.669510 |
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);