product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_0NKADTQSG54G"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_1759X1WE0RV0 | Volume 2 PRD_0NKADTQSG54G | content | 1 | c387027f-4c88-4172-aca3-31eb2d556a4e | |
| PID_0VX3DDJAZ7V0 | Volume 2 PRD_0NKADTQSG54G | product | 3 | 9781975362522 | |
| PID_181E8ZB6H0E0 | Volume 2 PRD_0NKADTQSG54G | product | 7 | 9781975362522 | |
| PID_2DWT3N5309HG | Volume 2 PRD_0NKADTQSG54G | product | 2 | bwg_migration.1707490 | |
| PID_2J34Z6ZWT24G | Volume 2 PRD_0NKADTQSG54G | product | 4 | 97536252C00001845494 |
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);