product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_1ZWGAXGBEEAG"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_2AV297TKTJNG | Volume 09 PRD_1ZWGAXGBEEAG | content | 1 | b58743e5-1ed7-4c8d-904d-a4d662907c69 | |
| PID_08TY9WQ414T0 | Volume 09 PRD_1ZWGAXGBEEAG | product | 7 | 9781646095926 | |
| PID_1EGA0JH6GADG | Volume 09 PRD_1ZWGAXGBEEAG | product | 2 | bwg_migration.2808289 | |
| PID_1JMMW4BJA6GG | Volume 09 PRD_1ZWGAXGBEEAG | product | 4 | 64609592C00002810611 | |
| PID_34PKJBY8F8Q0 | Volume 09 PRD_1ZWGAXGBEEAG | product | 3 | 9781646091164 |
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);