product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
6 rows where product_id = "PRD_075Y1Q9P424G"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_0E5MTB478G80 | Volume 4 PRD_075Y1Q9P424G | content | 1 | 748fae70-3d8f-4c06-a287-b5ff0d9cf336 | |
| PID_0AMC0Z8FKC00 | Volume 4 PRD_075Y1Q9P424G | product | 6 | 9781682336373 | |
| PID_18KZVNA82NKG | Volume 4 PRD_075Y1Q9P424G | product | 3 | 9781682336373 | |
| PID_1WPAQ635ME6G | Volume 4 PRD_075Y1Q9P424G | product | 7 | 9781682336373 | |
| PID_2JDP9WX67QP0 | Volume 4 PRD_075Y1Q9P424G | product | 2 | bwg_migration.421534 | |
| PID_36G15DQKSKX0 | Volume 4 PRD_075Y1Q9P424G | product | 4 | 63236333B25094400000 |
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);