product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_0JJGN3FPWSDG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_33P2YS6M3VD0 | Volume 12 PRD_0JJGN3FPWSDG | content | 1 | 4bf60f3d-5e9b-4d9b-81c0-562f971dc82c | |
| PID_0D6T46VJ66D0 | Volume 12 PRD_0JJGN3FPWSDG | product | 4 | 97534671C00001681431 | |
| PID_1Q0GTEE8B83G | Volume 12 PRD_0JJGN3FPWSDG | product | 3 | 9781975346713 | |
| PID_2V73HZ75X4PG | Volume 12 PRD_0JJGN3FPWSDG | product | 7 | 9781975346713 | |
| PID_3S2F8N16CA60 | Volume 12 PRD_0JJGN3FPWSDG | product | 2 | bwg_migration.1521070 |
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);