product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_279PF3DPGGZ0"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_0Z6AT1C6SF70 | Volume 1 PRD_279PF3DPGGZ0 | content | 1 | 31d8c1ff-3d9f-4a5e-8b93-15baed021a3f | |
| PID_0CFCVTF7EVDG | Volume 1 PRD_279PF3DPGGZ0 | product | 7 | 9781684912490 | |
| PID_12ARJG91R0X0 | Volume 1 PRD_279PF3DPGGZ0 | product | 2 | bwg_migration.1314777 | |
| PID_1P9BE13XKX00 | Volume 1 PRD_279PF3DPGGZ0 | product | 4 | 61262315C00001504833 | |
| PID_3RB1W8PBMZ6G | Volume 1 PRD_279PF3DPGGZ0 | product | 3 | 9781612623153 |
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);