product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_12P520925YP0"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_0BZ3F0G65E9G | Volume 16 PRD_12P520925YP0 | content | 1 | 41776f1d-79cc-4b2c-b704-13971590688f | |
| PID_019Q811S5V1G | Volume 16 PRD_12P520925YP0 | product | 7 | 9781974753956 | |
| PID_1773373VQ0H0 | Volume 16 PRD_12P520925YP0 | product | 2 | bwg_migration.2573279 | |
| PID_2BBDY8MQEX40 | Volume 16 PRD_12P520925YP0 | product | 4 | 97475395C00002604206 | |
| PID_3X54CGFDKYTG | Volume 16 PRD_12P520925YP0 | product | 3 | 9781974753956 |
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);