product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_2PF01SJ28S80"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_0HQNV9W2MTVG | Volume 3 PRD_2PF01SJ28S80 | content | 1 | c2486ca9-f4c9-45a5-a671-c51432f31f46 | |
| PID_0191TBPMD2E0 | Volume 3 PRD_2PF01SJ28S80 | product | 2 | bwg_migration.336175 | |
| PID_0NDCHXF04YN0 | Volume 3 PRD_2PF01SJ28S80 | product | 4 | 31637592B23510500000 | |
| PID_2ZFB443Y80BG | Volume 3 PRD_2PF01SJ28S80 | product | 3 | 9780316375924 | |
| PID_33KP3NMA3WYG | Volume 3 PRD_2PF01SJ28S80 | product | 7 | 9780316375924 |
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);