product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_27P20EYVSSW0"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_37H0YQAT7230 | Chapter 11 PRD_27P20EYVSSW0 | content | 1 | 0d89950c-ca75-46bf-b966-1d29259fe187 | |
| PID_13N4TTD50Z6G | Chapter 11 PRD_27P20EYVSSW0 | product | 4 | 04000000C00001551110 | |
| PID_1QSQPB7PTVDG | Chapter 11 PRD_27P20EYVSSW0 | product | 6 | TID01041 | |
| PID_2NQ3911K40X0 | Chapter 11 PRD_27P20EYVSSW0 | product | 2 | bwg_migration.1371352 | |
| PID_3SVE4JTCZX00 | Chapter 11 PRD_27P20EYVSSW0 | product | 7 | TID01041_EN_C1_011 |
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);