product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_1FB094DKE1H0"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_2EDSSRX89F2G | Volume 8 PRD_1FB094DKE1H0 | content | 1 | b430e7e5-9fcb-4cea-bbd9-b8f37d9c0222 | |
| PID_1CY4VV6M8330 | Volume 8 PRD_1FB094DKE1H0 | product | 3 | 9781718319257 | |
| PID_1H2QQCZ03ZP0 | Volume 8 PRD_1FB094DKE1H0 | product | 7 | 9781718319257 | |
| PID_2PR3E2S2D4SG | Volume 8 PRD_1FB094DKE1H0 | product | 2 | bwg_migration.2645409 | |
| PID_3TWE5KKY71CG | Volume 8 PRD_1FB094DKE1H0 | product | 4 | 71831925C00002666795 |
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);