product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_11ZXCV8Y9T80"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_3R3V70PMSNVG | Volume 2 PRD_11ZXCV8Y9T80 | content | 1 | b7e663a7-7c0c-43b5-b6cc-f70fb73cae2d | |
| PID_0K2KZP5XWEE0 | Volume 2 PRD_11ZXCV8Y9T80 | product | 2 | bwg_migration.336111 | |
| PID_176YV7Y9PAN0 | Volume 2 PRD_11ZXCV8Y9T80 | product | 4 | 31640988B23504000000 | |
| PID_390N9EH7VCBG | Volume 2 PRD_11ZXCV8Y9T80 | product | 3 | 9780316409889 | |
| PID_3X704GBKD8YG | Volume 2 PRD_11ZXCV8Y9T80 | product | 7 | 9780316409889 |
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);