product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_3XDX4T4QZE8G"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_0XZAJ4DT6VB0 | Volume 5 PRD_3XDX4T4QZE8G | content | 1 | 532fb6ef-b4e7-4a50-b38a-82391b7bf2f1 | |
| PID_0KDKSTYGA0P0 | Volume 5 PRD_3XDX4T4QZE8G | product | 2 | bwg_migration.1019471 | |
| PID_17HYNBQDXWX0 | Volume 5 PRD_3XDX4T4QZE8G | product | 4 | 97530580C00001251223 | |
| PID_39KNBKBT6YKG | Volume 5 PRD_3XDX4T4QZE8G | product | 3 | 9781975305802 | |
| PID_3XP074WQRV6G | Volume 5 PRD_3XDX4T4QZE8G | product | 7 | 9781975305802 |
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);