product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_1V7M3F24TST0"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_196KR8Z8D690 | Volume 6: Pilgrimage of the Sacred and the Profane PRD_1V7M3F24TST0 | content | 1 | 65caa922-1596-461e-81ae-0167c928d44a | |
| PID_01V38F3Y5HGG | Volume 6: Pilgrimage of the Sacred and the Profane PRD_1V7M3F24TST0 | product | 2 | bwg_migration.3174721 | |
| PID_0NZE7GMBZA7G | Volume 6: Pilgrimage of the Sacred and the Profane PRD_1V7M3F24TST0 | product | 4 | 62115492C00003132953 | |
| PID_2ZS4NRF00FT0 | Volume 6: Pilgrimage of the Sacred and the Profane PRD_1V7M3F24TST0 | product | 3 | 9781621154921 | |
| PID_33XQH91XT810 | Volume 6: Pilgrimage of the Sacred and the Profane PRD_1V7M3F24TST0 | product | 7 | 9781621154921 |
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);