product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
6 rows where product_id = "PRD_0XSW03AB28F0"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_2PRE6EZFAVW0 | Volume 1 PRD_0XSW03AB28F0 | content | 1 | 533f9e3d-8b82-4965-afd1-7394ebfb5a69 | |
| PID_04X8Y28ST5W0 | Volume 1 PRD_0XSW03AB28F0 | product | 7 | 9781682339466 | |
| PID_1TRMGRAT5BFG | Volume 1 PRD_0XSW03AB28F0 | product | 2 | bwg_migration.524720 | |
| PID_2EZ7C93QZ7JG | Volume 1 PRD_0XSW03AB28F0 | product | 4 | 04000000C00000169951 | |
| PID_2K3JBTM3H3SG | Volume 1 PRD_0XSW03AB28F0 | product | 6 | 9781682339466 | |
| PID_3GYY2GPC0990 | Volume 1 PRD_0XSW03AB28F0 | product | 3 | 9781682339466 |
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);