product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
6 rows where product_id = "PRD_0R5Z93XKKAGG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_1GRF46DZ6EC0 | Volume 2 PRD_0R5Z93XKKAGG | content | 1 | e75b5f7f-532a-4350-8bda-55a19d5789ff | |
| PID_057TV4GQ4R1G | Volume 2 PRD_0R5Z93XKKAGG | product | 7 | 9781682335505 | |
| PID_1TX6DTJHP1H0 | Volume 2 PRD_0R5Z93XKKAGG | product | 2 | bwg_migration.394908 | |
| PID_2F1H9CBD9T40 | Volume 2 PRD_0R5Z93XKKAGG | product | 4 | 63236396B24662000000 | |
| PID_2K5W4XXS3PB0 | Volume 2 PRD_0R5Z93XKKAGG | product | 6 | 9781682335505 | |
| PID_3H3FZKZVJZTG | Volume 2 PRD_0R5Z93XKKAGG | product | 3 | 9781682335505 |
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);