product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_2YARGWRQ5J40"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_1G0Q1BXDHT4G | Part 4 Volume 3 PRD_2YARGWRQ5J40 | content | 1 | 272abce2-427c-43d4-bb31-8dba326c62d7 | |
| PID_08B2NDAS223G | Part 4 Volume 3 PRD_2YARGWRQ5J40 | product | 2 | bwg_migration.2719006 | |
| PID_0WFDGY3ANYPG | Part 4 Volume 3 PRD_2YARGWRQ5J40 | product | 4 | 71832969C00002730922 | |
| PID_269475P0S0D0 | Part 4 Volume 3 PRD_2YARGWRQ5J40 | product | 3 | 9781718329690 | |
| PID_3ADQ2Q8WGWG0 | Part 4 Volume 3 PRD_2YARGWRQ5J40 | product | 7 | 9781718329690 |
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);