product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_17A8C4M0SZH0"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_1W1WTG2PG8XG | Volume 2 PRD_17A8C4M0SZH0 | content | 1 | b9c28eb8-624f-457c-9613-52a96403e0f5 | |
| PID_07WSDS2XG6N0 | Volume 2 PRD_17A8C4M0SZH0 | product | 2 | bwg_migration.1064933 | |
| PID_0M349AV9A2R0 | Volume 2 PRD_17A8C4M0SZH0 | product | 4 | 04000000C00001293394 | |
| PID_2XX2ZJE7F4YG | Volume 2 PRD_17A8C4M0SZH0 | product | 3 | 9781636990040 | |
| PID_321DV30K115G | Volume 2 PRD_17A8C4M0SZH0 | product | 7 | 9781636990040 |
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);