product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_316Y2KTKRYAG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_3D1645N65WTG | Volume 7 PRD_316Y2KTKRYAG | content | 1 | c3e5e9b4-5172-4bdc-9ccf-b93cd655f061 | |
| PID_1EBEWDMM5NY0 | Volume 7 PRD_316Y2KTKRYAG | product | 3 | 9781975313821 | |
| PID_1JFSVZD1ZE50 | Volume 7 PRD_316Y2KTKRYAG | product | 7 | 9781975313821 | |
| PID_2G55JNF2EQMG | Volume 7 PRD_316Y2KTKRYAG | product | 2 | bwg_migration.963551 | |
| PID_349GE61Y0KVG | Volume 7 PRD_316Y2KTKRYAG | product | 4 | 97531382C00001198839 |
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);