product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_3JJE9BYE6KVG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_18NQXF9ADXYG | Volume 1 PRD_3JJE9BYE6KVG | content | 1 | 78a9e729-9cac-4aac-811e-3eacaa519ed3 | |
| PID_09BXFYX6S58G | Volume 1 PRD_3JJE9BYE6KVG | product | 2 | bwg_migration.2248316 | |
| PID_0XE8BFQJK1ZG | Volume 1 PRD_3JJE9BYE6KVG | product | 4 | 89373504C00002314468 | |
| PID_2786SQA8M3J0 | Volume 1 PRD_3JJE9BYE6KVG | product | 3 | 9798893735048 | |
| PID_3BCHMR34FZS0 | Volume 1 PRD_3JJE9BYE6KVG | product | 7 | 9798893735048 |
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);