product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_15JEYAGHNWV0"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_2QFW4T1VT250 | Volume 12 PRD_15JEYAGHNWV0 | content | 1 | f1f61466-8c22-4f76-bc7b-485712ce045c | |
| PID_09KZS6J7EJQ0 | Volume 12 PRD_15JEYAGHNWV0 | product | 4 | 97471384C00002837293 | |
| PID_1KDPFE6XKMDG | Volume 12 PRD_15JEYAGHNWV0 | product | 3 | 9781974713844 | |
| PID_27G1AZZ95GGG | Volume 12 PRD_15JEYAGHNWV0 | product | 7 | 9781974713844 | |
| PID_35FCXNSBMP00 | Volume 12 PRD_15JEYAGHNWV0 | product | 2 | bwg_migration.2839694 |
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);