product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_3ZW4P26R0T7G"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_33MMS1WAGSEG | Chapter 20 PRD_3ZW4P26R0T7G | content | 1 | 59628aa9-4a43-47a3-804e-e0cd4f464ac4 | |
| PID_1FYKH9VN722G | Chapter 20 PRD_3ZW4P26R0T7G | product | 4 | 04000000C00001519482 | |
| PID_1W2YCVC6YY9G | Chapter 20 PRD_3ZW4P26R0T7G | product | 6 | 592XXXENsimsita020LS | |
| PID_2HRA7HE387S0 | Chapter 20 PRD_3ZW4P26R0T7G | product | 2 | bwg_migration.1332436 | |
| PID_35WN320Z20C0 | Chapter 20 PRD_3ZW4P26R0T7G | product | 7 | 592XXXXXsimsita020LS |
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);