product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_2KE3NW73DP6G"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_0A0SW362499G | Volume 1 PRD_2KE3NW73DP6G | content | 1 | 77980432-fef7-4202-902d-2c61275e4a3c | |
| PID_0CBANZE7E34G | Volume 1 PRD_2KE3NW73DP6G | product | 3 | 9780760376904 | |
| PID_0GFNH00K1ZBG | Volume 1 PRD_2KE3NW73DP6G | product | 7 | 9798986655116 | |
| PID_1P51862XK4V0 | Volume 1 PRD_2KE3NW73DP6G | product | 2 | bwg_migration.2729300 | |
| PID_2T9C7QV951E0 | Volume 1 PRD_2KE3NW73DP6G | product | 4 | 76037690C00002739662 |
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);