product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_238CCTTEZMT0"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_29AR3XQ92C10 | Volume 10 PRD_238CCTTEZMT0 | content | 1 | 910a4876-616b-43b8-ae44-109c1a19da49 | |
| PID_04XZ4S95KZY0 | Volume 10 PRD_238CCTTEZMT0 | product | 4 | 89373878C00002377643 | |
| PID_2EZNV0XKQ1MG | Volume 10 PRD_238CCTTEZMT0 | product | 3 | 9798893738780 | |
| PID_2K20PHPFEXVG | Volume 10 PRD_238CCTTEZMT0 | product | 7 | 9798893738780 | |
| PID_3GSC9QG9R3B0 | Volume 10 PRD_238CCTTEZMT0 | product | 2 | bwg_migration.2318837 |
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);