product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_3SV6ZCPP1EW0"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_11BZ1AJ8MNCG | Volume 16 PRD_3SV6ZCPP1EW0 | content | 1 | 49a6a270-471c-494e-8574-8cf720a48d04 | |
| PID_0938GE9HY54G | Volume 16 PRD_3SV6ZCPP1EW0 | product | 2 | bwg_migration.2711068 | |
| PID_0X7VFZ2DG1BG | Volume 16 PRD_3SV6ZCPP1EW0 | product | 4 | 85542456C00002723765 | |
| PID_271J26PVN3E0 | Volume 16 PRD_3SV6ZCPP1EW0 | product | 3 | 9798855424560 | |
| PID_3B5WS8FQCZN0 | Volume 16 PRD_3SV6ZCPP1EW0 | product | 7 | 9798855424560 |
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);