product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
6 rows where product_id = "PRD_06QZCJ03F52G"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_0KAC8HHG8G5G | Volume 2 PRD_06QZCJ03F52G | content | 1 | d0e4f110-feb3-4045-8b48-f373f86e5d2a | |
| PID_08G89H3DSZ10 | Volume 2 PRD_06QZCJ03F52G | product | 4 | 04000000C00000200710 | |
| PID_0WMV52NSKVM0 | Volume 2 PRD_06QZCJ03F52G | product | 6 | 9781642120776 | |
| PID_1JJ6ZRQVX17G | Volume 2 PRD_06QZCJ03F52G | product | 3 | 9781642120776 | |
| PID_26PHVA8QMXAG | Volume 2 PRD_06QZCJ03F52G | product | 7 | 9781642120776 | |
| PID_34DXJ0AG62T0 | Volume 2 PRD_06QZCJ03F52G | product | 2 | bwg_migration.557515 |
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);