product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_3PYP3NVXX77G"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_322V6A0B1YYG | The Temptation Game PRD_3PYP3NVXX77G | content | 1 | 1b39ea68-09a5-4974-bc54-5f9f0b25d4a4 | |
| PID_0RX66CWXWAKG | The Temptation Game PRD_3PYP3NVXX77G | product | 2 | bwg_migration.2958082 | |
| PID_1D1GXXN9P76G | The Temptation Game PRD_3PYP3NVXX77G | product | 4 | 59602160C00002944316 | |
| PID_2Q3FG587V8X0 | The Temptation Game PRD_3PYP3NVXX77G | product | 3 | 9784596021601 | |
| PID_3V7TFP2KD500 | The Temptation Game PRD_3PYP3NVXX77G | product | 7 | 9784596021601 |
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);