product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_0KJBG9XX0XQG"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_31VD0PK11KJG | Chapter 7 PRD_0KJBG9XX0XQG | content | 1 | 5395831b-d027-4558-9caa-d1e268d16019 | |
| PID_04NB6A4FG0CG | Chapter 7 PRD_0KJBG9XX0XQG | product | 6 | 3315-695689-01 | |
| PID_1TGPS06839W0 | Chapter 7 PRD_0KJBG9XX0XQG | product | 2 | bwg_migration.2307901 | |
| PID_2EQ1MHZ5N230 | Chapter 7 PRD_0KJBG9XX0XQG | product | 7 | 4003767 | |
| PID_3GPRARKKY7SG | Chapter 7 PRD_0KJBG9XX0XQG | product | 4 | 04000000C00002368835 |
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);