product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_1X4T8ZE241P0"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_2W50VSPTA1M0 | Volume 1 PRD_1X4T8ZE241P0 | content | 1 | ebdb792a-2f07-413a-8ac5-3ce45a28334a | |
| PID_0S5WT90CKSQG | Volume 1 PRD_1X4T8ZE241P0 | product | 2 | bwg_migration.1165193 | |
| PID_1D8FHTTR5NTG | Volume 1 PRD_1X4T8ZE241P0 | product | 4 | 97532245C00001382124 | |
| PID_2QA642DPEQH0 | Volume 1 PRD_1X4T8ZE241P0 | product | 3 | 9781975322458 | |
| PID_3VEH3K620G40 | Volume 1 PRD_1X4T8ZE241P0 | product | 7 | 9781975322458 |
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);