product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
6 rows where product_id = "PRD_02N337F6PX70"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_33E5FZJAVS40 | Volume 11 PRD_02N337F6PX70 | content | 1 | 03f00166-f0a0-42f5-901c-a1c2b03c1d05 | |
| PID_0ZF4DJGXN1K0 | Volume 11 PRD_02N337F6PX70 | product | 3 | 9781682337844 | |
| PID_13KQ9499CT60 | Volume 11 PRD_02N337F6PX70 | product | 7 | 9781682337844 | |
| PID_21933TBBY39G | Volume 11 PRD_02N337F6PX70 | product | 2 | bwg_migration.452008 | |
| PID_2NDDZBW7HZWG | Volume 11 PRD_02N337F6PX70 | product | 4 | 63236382B25674800000 | |
| PID_3SHRTWPKBR3G | Volume 11 PRD_02N337F6PX70 | product | 6 | 9781682337844 |
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);