product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_0648JTR9Z50G"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_14DEMDWQNYP0 | Volume 8 PRD_0648JTR9Z50G | content | 1 | bbf3a634-64c9-47e7-bbed-37b8f6c808a7 | |
| PID_1FG44YN3T960 | Volume 8 PRD_0648JTR9Z50G | product | 3 | 9781636991269 | |
| PID_1KMQ00FZC5D0 | Volume 8 PRD_0648JTR9Z50G | product | 7 | 9781636991269 | |
| PID_2HJ2V69SZAWG | Volume 8 PRD_0648JTR9Z50G | product | 2 | bwg_migration.1087247 | |
| PID_35PDPQ2NH73G | Volume 8 PRD_0648JTR9Z50G | product | 4 | 94998073C00001311948 |
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);