product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_2H3HQ8PAEP50"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_3HTBT1Q4PZJG | Volume 3 PRD_2H3HQ8PAEP50 | content | 1 | a7ab02c1-aec1-40e6-9f5e-f8cdfe38ead2 | |
| PID_0G0GBFD641W0 | Volume 3 PRD_2H3HQ8PAEP50 | product | 2 | bwg_migration.803517 | |
| PID_14736G7KZT30 | Volume 3 PRD_2H3HQ8PAEP50 | product | 4 | 97538671C00001057178 | |
| PID_3E6SN7T80ZSG | Volume 3 PRD_2H3HQ8PAEP50 | product | 3 | 9781975386719 | |
| PID_3J54G8K5TRCG | Volume 3 PRD_2H3HQ8PAEP50 | product | 7 | 9781975386719 |
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);