product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_1S13777GB3PG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_2QGT7SEY42T0 | Volume 17 PRD_1S13777GB3PG | content | 1 | f495c783-85a7-447c-9819-0c7508e55dbf | |
| PID_0XBTWCW8Z6E0 | Volume 17 PRD_1S13777GB3PG | product | 2 | bwg_migration.2979790 | |
| PID_11E5VXN4H2N0 | Volume 17 PRD_1S13777GB3PG | product | 4 | 97476024C00002961017 | |
| PID_3B9WE59JT4BG | Volume 17 PRD_1S13777GB3PG | product | 3 | 9781974760244 | |
| PID_3ZCF5P2EC0YG | Volume 17 PRD_1S13777GB3PG | product | 7 | 9781974760244 |
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);