product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
6 rows where product_id = "PRD_3MA4V88AE32G"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_3WAE4PRCWCN0 | Volume 2 PRD_3MA4V88AE32G | content | 1 | 0207c1fc-970d-4ff2-b5fd-65f99514e954 | |
| PID_0N4KKVS19Q5G | Volume 2 PRD_3MA4V88AE32G | product | 3 | 9781642122411 | |
| PID_1S8YFCKX3K8G | Volume 2 PRD_3MA4V88AE32G | product | 7 | 9781642122411 | |
| PID_2Z6A63DZJRR0 | Volume 2 PRD_3MA4V88AE32G | product | 2 | bwg_migration.608473 | |
| PID_33AMXM6B4NF0 | Volume 2 PRD_3MA4V88AE32G | product | 4 | 64212241C00000246336 | |
| PID_3Q97S5Z4YHJ0 | Volume 2 PRD_3MA4V88AE32G | product | 6 | 9781642122411 |
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);