product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_1R792B5HT550"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_3QKTPGR43E90 | Part 2 Volume 3 PRD_1R792B5HT550 | content | 1 | 0bc2de71-ed43-4968-8283-51da24a44590 | |
| PID_042T5AXJH6Y0 | Part 2 Volume 3 PRD_1R792B5HT550 | product | 2 | bwg_migration.1182420 | |
| PID_18150VPEB350 | Part 2 Volume 3 PRD_1R792B5HT550 | product | 4 | 04000000C00001396644 | |
| PID_2J33Q394C4VG | Part 2 Volume 3 PRD_1R792B5HT550 | product | 3 | 9781718338180 | |
| PID_367EJM3G61EG | Part 2 Volume 3 PRD_1R792B5HT550 | product | 7 | 9781718338180 |
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);