product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_105P9Z316E00"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_3CTHYC3819YG | Volume 5 PRD_105P9Z316E00 | content | 1 | 5729d9b4-15f6-4945-ba95-4399d2df5bf5 | |
| PID_1ADRAPTKVEV0 | Volume 5 PRD_105P9Z316E00 | product | 3 | 9781975329785 | |
| PID_1YGB67KFDBE0 | Volume 5 PRD_105P9Z316E00 | product | 7 | 9781975329785 | |
| PID_2WFPRYD9WGHG | Volume 5 PRD_105P9Z316E00 | product | 2 | bwg_migration.683579 | |
| PID_30J1MF65PD4G | Volume 5 PRD_105P9Z316E00 | product | 4 | 97532978C00000308448 |
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);