product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_3RCGDCZ1PF1G"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_0FC3RS8PDH3G | Chapter 9 PRD_3RCGDCZ1PF1G | content | 1 | 12b33496-e984-42fb-8fe9-6c52786f2757 | |
| PID_0CFAV5BM3SE0 | Chapter 9 PRD_3RCGDCZ1PF1G | product | 6 | WB0010 | |
| PID_12APDV5PJYHG | Chapter 9 PRD_3RCGDCZ1PF1G | product | 2 | bwg_migration.1246303 | |
| PID_1P919CY24V4G | Chapter 9 PRD_3RCGDCZ1PF1G | product | 7 | WB0010_EN_C1_009 | |
| PID_3R8ZZKJR9WV0 | Chapter 9 PRD_3RCGDCZ1PF1G | product | 4 | 04000000C00001450933 |
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);