product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_2X1N0J8W55PG"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_1RWKKHQMK3QG | Volume 6 PRD_2X1N0J8W55PG | content | 1 | f528f7c4-53de-44c4-85c7-7f831f9b1304 | |
| PID_0P4WB7CY23FG | Volume 6 PRD_2X1N0J8W55PG | product | 2 | bwg_migration.2198919 | |
| PID_1TBF685BNZJG | Volume 6 PRD_2X1N0J8W55PG | product | 4 | 64729355C00002270984 | |
| PID_3C55MZR1S190 | Volume 6 PRD_2X1N0J8W55PG | product | 3 | 9781647293550 | |
| PID_3G9GG0JXGXW0 | Volume 6 PRD_2X1N0J8W55PG | product | 7 | 9798889337065 |
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);