product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_0Z27GK7GJHK0"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_0Z06XCVS7Z8G | Volume 29 PRD_0Z27GK7GJHK0 | content | 1 | 326f6c58-1e05-46d0-90c7-721d4fd96483 | |
| PID_0F1XESQ31D10 | Volume 29 PRD_0Z27GK7GJHK0 | product | 3 | 9798855425031 | |
| PID_0K48AB9WV9M0 | Volume 29 PRD_0Z27GK7GJHK0 | product | 7 | 9798855425031 | |
| PID_1H3VX1BSAF7G | Volume 29 PRD_0Z27GK7GJHK0 | product | 2 | bwg_migration.2993037 | |
| PID_2566RJWAWBAG | Volume 29 PRD_0Z27GK7GJHK0 | product | 4 | 85542503C00002974093 |
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);