product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_1XNTN5G31HH0"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_1V1BGS6S2NV0 | Volume 3 PRD_1XNTN5G31HH0 | content | 1 | 856b6e52-3c39-422a-a2ae-9309b39a8ce4 | |
| PID_0V47F7DPSVZ0 | Volume 3 PRD_1XNTN5G31HH0 | product | 2 | bwg_migration.1473930 | |
| PID_1F8JA862KM20 | Volume 3 PRD_1XNTN5G31HH0 | product | 4 | 42787367C00001638176 | |
| PID_2HA8RZTRMSRG | Volume 3 PRD_1XNTN5G31HH0 | product | 3 | 9781427873675 | |
| PID_35EVM0KMEJFG | Volume 3 PRD_1XNTN5G31HH0 | product | 7 | 9781427873675 |
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);