product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where product_id = "PRD_0PKW8D8YB6Z0"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_0XFHMZNMA970 | Volume 4 PRD_0PKW8D8YB6Z0 | content | 1 | 0d3e19af-33f1-40f3-933b-6f6dbcf7b195 | |
| PID_06KS63WZB2P0 | Volume 4 PRD_0PKW8D8YB6Z0 | product | 7 | 9781685794293 | |
| PID_28DQMAQNC4CG | Volume 4 PRD_0PKW8D8YB6Z0 | product | 4 | 68579429C00001513431 | |
| PID_3JFEAJA3H630 | Volume 4 PRD_0PKW8D8YB6Z0 | product | 2 | bwg_migration.1325070 |
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);