product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_3X2VY9VRH400"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_09NJWHFGZ13G | Chapter 18 PRD_3X2VY9VRH400 | content | 1 | c7b54657-37fe-47f2-bc61-47762c96c2b5 | |
| PID_18M9WG7Q7ZGG | Chapter 18 PRD_3X2VY9VRH400 | product | 3 | 9798890175489 | |
| PID_1WRMR1R0SR7G | Chapter 18 PRD_3X2VY9VRH400 | product | 7 | 145hd98a00 | |
| PID_2JP0K7TDB1Q0 | Chapter 18 PRD_3X2VY9VRH400 | product | 2 | bwg_migration.1960172 | |
| PID_36TKE9CS2XT0 | Chapter 18 PRD_3X2VY9VRH400 | product | 4 | 90052700X01343900000 |
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);