product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_3Q8W5RE6XFP0"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_3C8D7T52W8XG | Volume 12 PRD_3Q8W5RE6XFP0 | content | 1 | df7caab0-f452-4ceb-80ba-013c0972f730 | |
| PID_0442GCNTVESG | Volume 12 PRD_3Q8W5RE6XFP0 | product | 2 | bwg_migration.728798 | |
| PID_188DFYEPDBCG | Volume 12 PRD_3Q8W5RE6XFP0 | product | 4 | 64212822C00000345472 | |
| PID_2JA4251CPD30 | Volume 12 PRD_3Q8W5RE6XFP0 | product | 3 | 9781642128222 | |
| PID_36EPSPVR89P0 | Volume 12 PRD_3Q8W5RE6XFP0 | product | 7 | 9781642128222 |
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);