product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_0T37TB9A6X0G"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_3E0GXZCFP8K0 | Volume 2 PRD_0T37TB9A6X0G | content | 1 | 3d620e03-e9ca-440a-a354-8cbee30bdf8a | |
| PID_0SYHYB9CTS0G | Volume 2 PRD_0T37TB9A6X0G | product | 3 | 9781636990217 | |
| PID_1E2WNW3RCNQG | Volume 2 PRD_0T37TB9A6X0G | product | 7 | 9781636990217 | |
| PID_23R8CJXTZV70 | Volume 2 PRD_0T37TB9A6X0G | product | 2 | bwg_migration.1072124 | |
| PID_2QWV83PPHQA0 | Volume 2 PRD_0T37TB9A6X0G | product | 4 | 04000000C00001299261 |
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);