product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_34HNPNK7DBZG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_345EERBNPSR0 | Volume 4 PRD_34HNPNK7DBZG | content | 1 | 1aac671a-c557-46bd-997f-f01550a95f75 | |
| PID_0C15FFAXXY10 | Volume 4 PRD_34HNPNK7DBZG | product | 4 | 97530913C00001278507 | |
| PID_1P33XPXA107G | Volume 4 PRD_34HNPNK7DBZG | product | 3 | 9781975309138 | |
| PID_2T7ES7P7RWAG | Volume 4 PRD_34HNPNK7DBZG | product | 7 | 9781975309138 | |
| PID_3R2TKXG0A5T0 | Volume 4 PRD_34HNPNK7DBZG | product | 2 | bwg_migration.1053057 |
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);