product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_0MTEKHT8423G"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_1XMYZC5K7SG0 | Volume 3 PRD_0MTEKHT8423G | content | 1 | c031c935-e75f-4b9c-b44b-b0f81d9605dc | |
| PID_0ESM0J3Z99X0 | Volume 3 PRD_0MTEKHT8423G | product | 7 | 9781642122794 | |
| PID_1CQ7V8XSRFCG | Volume 3 PRD_0MTEKHT8423G | product | 2 | bwg_migration.618463 | |
| PID_1GVJPSPNJBKG | Volume 3 PRD_0MTEKHT8423G | product | 4 | 64212279C00000255413 | |
| PID_3TN95193QDP0 | Volume 3 PRD_0MTEKHT8423G | product | 3 | 9781642122794 |
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);