product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_3XVK61ZTWCG0"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_2NWNJ8G0RZ9G | Volume 1 PRD_3XVK61ZTWCG0 | content | 1 | 4bf7b307-d7d0-4b47-b9bb-488980051f78 | |
| PID_0C84TP1XGWV0 | Volume 1 PRD_3XVK61ZTWCG0 | product | 4 | 97536681C00001795474 | |
| PID_1PA38XMBNYHG | Volume 1 PRD_3XVK61ZTWCG0 | product | 3 | 9781975366810 | |
| PID_2TEE4FD7FV4G | Volume 1 PRD_3XVK61ZTWCG0 | product | 7 | 9781975366810 | |
| PID_3R5SZ5F1S0M0 | Volume 1 PRD_3XVK61ZTWCG0 | product | 2 | bwg_migration.1651239 |
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);