product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_0KTMZ3ZR1AAG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_3336DT383ZFG | Pursued By The Desert Prince PRD_0KTMZ3ZR1AAG | content | 1 | f5f3782a-5717-46b9-9850-7f65edc9abb7 | |
| PID_0SHKQYJPC3ZG | Pursued By The Desert Prince PRD_0KTMZ3ZR1AAG | product | 2 | bwg_migration.2960804 | |
| PID_1DNYK0B27W2G | Pursued By The Desert Prince PRD_0KTMZ3ZR1AAG | product | 4 | 59606601C00002944371 | |
| PID_2QQN1QZRB1S0 | Pursued By The Desert Prince PRD_0KTMZ3ZR1AAG | product | 3 | 9784596066015 | |
| PID_3VT7WRGM2TC0 | Pursued By The Desert Prince PRD_0KTMZ3ZR1AAG | product | 7 | 9784596066015 |
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);