product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_0NEZ9ER5SRZ0"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_25R06AR429G0 | Volume 1 PRD_0NEZ9ER5SRZ0 | content | 1 | 5540501f-4ff7-4b27-b12b-7b64cd4a169d | |
| PID_0QA56WC0MA50 | Volume 1 PRD_0NEZ9ER5SRZ0 | product | 3 | 9798895612569 | |
| PID_1VEG2D6WE680 | Volume 1 PRD_0NEZ9ER5SRZ0 | product | 7 | 9798895612569 | |
| PID_2S43N30YSFVG | Volume 1 PRD_0NEZ9ER5SRZ0 | product | 2 | bwg_migration.2445148 | |
| PID_3D8EGMSAK8EG | Volume 1 PRD_0NEZ9ER5SRZ0 | product | 4 | 89561256C00002489370 |
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);