product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_04CCZYMST9V0"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_3FZ627H1KSG0 | Volume 18 PRD_04CCZYMST9V0 | content | 1 | b5c4a354-0af4-4768-b78b-8c936736091a | |
| PID_13326ZFNDXKG | Volume 18 PRD_04CCZYMST9V0 | product | 3 | 9781974731008 | |
| PID_1Q7D20017P6G | Volume 18 PRD_04CCZYMST9V0 | product | 7 | 9781974731008 | |
| PID_2N2RN623PZP0 | Volume 18 PRD_04CCZYMST9V0 | product | 2 | bwg_migration.2436155 | |
| PID_3S1BGQMZ8VX0 | Volume 18 PRD_04CCZYMST9V0 | product | 4 | 97473100C00002482296 |
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);