product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_1PSEZ8Z86E30"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_1DGHBFEDAP0G | Chapter 5 PRD_1PSEZ8Z86E30 | content | 1 | 925de14b-0c30-417a-a212-41995bc090a2 | |
| PID_04K1C1D1NJP0 | Chapter 5 PRD_1PSEZ8Z86E30 | product | 2 | bwg_migration.1867074 | |
| PID_18QCBJ7XFEX0 | Chapter 5 PRD_1PSEZ8Z86E30 | product | 7 | 1003665 | |
| PID_2JHASSTBGGKG | Chapter 5 PRD_1PSEZ8Z86E30 | product | 4 | 04000000C00001983986 | |
| PID_36NNNAK7AD6G | Chapter 5 PRD_1PSEZ8Z86E30 | product | 6 | 3315-681601-01 |
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);