product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_3MARNG25QJZ0"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_1WQNJG0E0TGG | Volume 9 PRD_3MARNG25QJZ0 | content | 1 | bfc5a894-dc5d-44b9-a46d-1118752bfc8f | |
| PID_03ATPXKGGMRG | Volume 9 PRD_3MARNG25QJZ0 | product | 7 | 9781718301207 | |
| PID_11069MDX3T80 | Volume 9 PRD_3MARNG25QJZ0 | product | 2 | bwg_migration.744036 | |
| PID_1N4H556ENPZ0 | Volume 9 PRD_3MARNG25QJZ0 | product | 4 | 71830120C00001007492 | |
| PID_3Z6FVCS4YRNG | Volume 9 PRD_3MARNG25QJZ0 | product | 3 | 9781718301207 |
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);