product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_0X66GH4PEV6G"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_3GN8SP2TJ2N0 | Volume 21 PRD_0X66GH4PEV6G | content | 1 | 9d4c7a3a-ec2d-4df4-9e3e-6c1814f32dbe | |
| PID_0D1NY28TZPZG | Volume 21 PRD_0X66GH4PEV6G | product | 7 | 9781636990194 | |
| PID_12Z1GR97EWF0 | Volume 21 PRD_0X66GH4PEV6G | product | 2 | bwg_migration.1072120 | |
| PID_1Q3CC93K0RJ0 | Volume 21 PRD_0X66GH4PEV6G | product | 4 | 04000000C00001299260 | |
| PID_3RXB2GP95T8G | Volume 21 PRD_0X66GH4PEV6G | product | 3 | 9781636990194 |
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);