product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_2MC8J3TPD7H0"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_0P76N05N7G70 | Volume 1 PRD_2MC8J3TPD7H0 | content | 1 | 8f9ae3b5-0278-4a9b-b4fb-183eff012a65 | |
| PID_0PVNY3BX5WJG | Volume 1 PRD_2MC8J3TPD7H0 | product | 3 | 9781421591421 | |
| PID_1TY0NMWEZRSG | Volume 1 PRD_2MC8J3TPD7H0 | product | 7 | 9781421591421 | |
| PID_2RNCCAYBEY90 | Volume 1 PRD_2MC8J3TPD7H0 | product | 2 | bwg_migration.2384141 | |
| PID_3CSZBVQ70TW0 | Volume 1 PRD_2MC8J3TPD7H0 | product | 4 | 42159142C00002436151 |
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);