product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_0JXH7X2FJT0G"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_3T8MC06V7PS0 | Volume 1 PRD_0JXH7X2FJT0G | content | 1 | c017381a-345b-41ea-b5aa-a7f0215542d2 | |
| PID_14M0Z73J8880 | Volume 1 PRD_0JXH7X2FJT0G | product | 3 | 9798855411256 | |
| PID_28RKT8ME24Z0 | Volume 1 PRD_0JXH7X2FJT0G | product | 7 | 9798855411256 | |
| PID_3EQZDEP8DAEG | Volume 1 PRD_0JXH7X2FJT0G | product | 2 | bwg_migration.2711093 | |
| PID_3JTA8GF476NG | Volume 1 PRD_0JXH7X2FJT0G | product | 4 | 85541125C00002723792 |
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);