product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_1040X7Y384SG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_1Y4ZS6VVX7ZG | Volume 2 PRD_1040X7Y384SG | content | 1 | 6fa8f894-da6e-44de-b720-ed9470647af7 | |
| PID_0QZ0QCCPMRWG | Volume 2 PRD_1040X7Y384SG | product | 2 | bwg_migration.1309646 | |
| PID_143KJX52EN3G | Volume 2 PRD_1040X7Y384SG | product | 4 | 97533424C00001499919 | |
| PID_3DXA14SRKQ60 | Volume 2 PRD_1040X7Y384SG | product | 3 | 9781975334246 | |
| PID_3J1MWNJM5KD0 | Volume 2 PRD_1040X7Y384SG | product | 7 | 9781975334246 |
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);