product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_2EN4PNZ7V7EG"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_18QK2B3RSXFG | Chapter 13 PRD_2EN4PNZ7V7EG | content | 1 | 8549ac64-5297-41a0-aea5-fda4435ac177 | |
| PID_0A8ND0PNJ4M0 | Chapter 13 PRD_2EN4PNZ7V7EG | product | 6 | 3315-678507-01 | |
| PID_186146GQXA7G | Chapter 13 PRD_2EN4PNZ7V7EG | product | 2 | bwg_migration.2138442 | |
| PID_1WAC3893Q6AG | Chapter 13 PRD_2EN4PNZ7V7EG | product | 7 | 80001013 | |
| PID_364AHZXSR810 | Chapter 13 PRD_2EN4PNZ7V7EG | product | 4 | 04000000C00002219712 |
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);