product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_05XED3614800"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_2AZSMS63WQF0 | Volume 2 PRD_05XED3614800 | content | 1 | aaa9a1c4-8693-47ae-8e76-ffddafda0960 | |
| PID_07J9H614AV4G | Volume 2 PRD_05XED3614800 | product | 7 | 9781684912933 | |
| PID_159NBW36M0M0 | Volume 2 PRD_05XED3614800 | product | 2 | bwg_migration.1341290 | |
| PID_29C07DNJFWV0 | Volume 2 PRD_05XED3614800 | product | 4 | 64729113C00001526937 | |
| PID_3KFYNN88GYHG | Volume 2 PRD_05XED3614800 | product | 3 | 9781647291136 |
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);