product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_1TMM45DX86H0"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_0RZVCAB3R68G | Volume 5 PRD_1TMM45DX86H0 | content | 1 | c64e6797-f2c3-489b-b81e-73b8e4e86d2b | |
| PID_0ZWM50DF8370 | Volume 5 PRD_1TMM45DX86H0 | product | 2 | bwg_migration.322989 | |
| PID_1C370H7V3ZA0 | Volume 5 PRD_1TMM45DX86H0 | product | 4 | 31623723B23221400000 | |
| PID_2P2XPRTH710G | Volume 5 PRD_1TMM45DX86H0 | product | 3 | 9780316237239 | |
| PID_3T18J9K2YXQG | Volume 5 PRD_1TMM45DX86H0 | product | 7 | 9780316237239 |
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);