product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_182VPAGJPEAG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_14SGVWY75140 | Volume 14 PRD_182VPAGJPEAG | content | 1 | 73f7afd2-63bb-4786-b010-67709b52daca | |
| PID_0378GN0ZFMAG | Volume 14 PRD_182VPAGJPEAG | product | 7 | 9781975310998 | |
| PID_112MBB2SYXT0 | Volume 14 PRD_182VPAGJPEAG | product | 2 | bwg_migration.1093426 | |
| PID_1N176WVNGP10 | Volume 14 PRD_182VPAGJPEAG | product | 4 | 97531099C00001317606 | |
| PID_3Z0XN4E3NR7G | Volume 14 PRD_182VPAGJPEAG | product | 3 | 9781975310998 |
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);