product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_24ZZ37E3WDAG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_37QTXMXWQGY0 | Chapter 29 PRD_24ZZ37E3WDAG | content | 1 | ca156510-b12b-4687-9c3c-bb25bc8d6fed | |
| PID_0CA74VJ14M9G | Chapter 29 PRD_24ZZ37E3WDAG | product | 7 | 9781975391829 | |
| PID_121JZJC3QXS0 | Chapter 29 PRD_24ZZ37E3WDAG | product | 2 | bwg_migration.1894594 | |
| PID_1P5XV36Z9PC0 | Chapter 29 PRD_24ZZ37E3WDAG | product | 4 | 97539182C00002008114 | |
| PID_3R7M9ASNJR2G | Chapter 29 PRD_24ZZ37E3WDAG | product | 3 | 9781975391829 |
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);