product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where product_id = "PRD_1YT0442FS1R0"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_00N9H6WP65XG | The Treasure of the King and the Cat PRD_1YT0442FS1R0 | content | 1 | 027de745-656b-4c97-bae8-b85d445b3d50 | |
| PID_0KKP3PVGV9P0 | The Treasure of the King and the Cat PRD_1YT0442FS1R0 | product | 2 | bwg_migration.1077627 | |
| PID_17P0YRCCD5X0 | The Treasure of the King and the Cat PRD_1YT0442FS1R0 | product | 7 | 9781427869128 | |
| PID_39HZDF0TP7KG | The Treasure of the King and the Cat PRD_1YT0442FS1R0 | product | 4 | 42786912C00001303726 |
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);