product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_2J69J4RV024G"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_3R9TC6FA34MG | Passion, Purity and the Prince PRD_2J69J4RV024G | content | 1 | aeef1abe-a345-4bd5-9540-1fc7e554be71 | |
| PID_0DSVTHJXW4H0 | Passion, Purity and the Prince PRD_2J69J4RV024G | product | 3 | 9784596687845 | |
| PID_0HW6P3B9P140 | Passion, Purity and the Prince PRD_2J69J4RV024G | product | 7 | 9784596687845 | |
| PID_1QVJ8S5A16QG | Passion, Purity and the Prince PRD_2J69J4RV024G | product | 2 | bwg_migration.2962646 | |
| PID_2VZX4AY7V2TG | Passion, Purity and the Prince PRD_2J69J4RV024G | product | 4 | 59668784C00002942632 |
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);