product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_125ENWKKVW50"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_2AXGNK42HTEG | Interview with a Playboy PRD_125ENWKKVW50 | content | 1 | 4a0ba0d9-8a03-4c5a-821e-939a385c18d8 | |
| PID_0D822FGK211G | Interview with a Playboy PRD_125ENWKKVW50 | product | 2 | bwg_migration.2963063 | |
| PID_0HCCSH9CNXMG | Interview with a Playboy PRD_125ENWKKVW50 | product | 4 | 59668901C00002942983 | |
| PID_2VEBFRXTYZB0 | Interview with a Playboy PRD_125ENWKKVW50 | product | 3 | 9784596689016 | |
| PID_3FJPB9PPGVY0 | Interview with a Playboy PRD_125ENWKKVW50 | product | 7 | 9784596689016 |
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);