product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_3VNA6PZS5R80"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_2JJCQ92AENRG | Return of The Hrathnir Volume 3 PRD_3VNA6PZS5R80 | content | 1 | 5126460f-010e-4fd5-aace-41af813cd130 | |
| PID_00QFVW7NN5GG | Return of The Hrathnir Volume 3 PRD_3VNA6PZS5R80 | product | 3 | 9781718393523 | |
| PID_0MVTQDR1CY7G | Return of The Hrathnir Volume 3 PRD_3VNA6PZS5R80 | product | 7 | 9781718393523 | |
| PID_2AH6E3T3Y7Q0 | Return of The Hrathnir Volume 3 PRD_3VNA6PZS5R80 | product | 2 | bwg_migration.1972419 | |
| PID_2YNH5NCZG3T0 | Return of The Hrathnir Volume 3 PRD_3VNA6PZS5R80 | product | 4 | 71839352C00002074493 |
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);