product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
6 rows where product_id = "PRD_0P6AA0MDEN50"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_1A90HYSEEXH0 | Volume 7 PRD_0P6AA0MDEN50 | content | 1 | 05987a5a-b741-4ea3-baa5-7d800192df6a | |
| PID_0AQE57Y4APHG | Volume 7 PRD_0P6AA0MDEN50 | product | 2 | bwg_migration.911419 | |
| PID_0YVS08GHWK4G | Volume 7 PRD_0P6AA0MDEN50 | product | 4 | 64273074C00001155243 | |
| PID_12YBZT9DPFBG | Volume 7 PRD_0P6AA0MDEN50 | product | 6 | 9781642730746 | |
| PID_20NQPGBE1MV0 | Volume 7 PRD_0P6AA0MDEN50 | product | 3 | 9781642730746 | |
| PID_2MR2J1XVVHE0 | Volume 7 PRD_0P6AA0MDEN50 | product | 7 | 9781642730746 |
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);