product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_20JZN828KTDG"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_1Q7C11673PN0 | The Swindler, the Vanishing Man, and the Pretty Boys PRD_20JZN828KTDG | content | 1 | 29e96747-eb53-4e2c-a8bb-291cf2583b6f | |
| PID_0F8SFSJYYXJ0 | The Swindler, the Vanishing Man, and the Pretty Boys PRD_20JZN828KTDG | product | 3 | 9781949980875 | |
| PID_0KF4BBBAGSS0 | The Swindler, the Vanishing Man, and the Pretty Boys PRD_20JZN828KTDG | product | 7 | 9781636993232 | |
| PID_1HAG215Q3Z8G | The Swindler, the Vanishing Man, and the Pretty Boys PRD_20JZN828KTDG | product | 2 | bwg_migration.1122319 | |
| PID_2592SJY0NVZG | The Swindler, the Vanishing Man, and the Pretty Boys PRD_20JZN828KTDG | product | 4 | 94998087C00001343975 |
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);