product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_0F78WM5VEMS0"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_0F3XARJCZNH0 | The Mother and the Millionaire PRD_0F78WM5VEMS0 | content | 1 | 6f4387cc-39a9-4377-ab2a-1e05b4926dad | |
| PID_0PT16VW4YZV0 | The Mother and the Millionaire PRD_0F78WM5VEMS0 | product | 3 | 9784596289735 | |
| PID_1TYC2CPGGRE0 | The Mother and the Millionaire PRD_0F78WM5VEMS0 | product | 7 | 9784596289735 | |
| PID_2RNZN2GX21HG | The Mother and the Millionaire PRD_0F78WM5VEMS0 | product | 2 | bwg_migration.2961139 | |
| PID_3CRAGM9ENT4G | The Mother and the Millionaire PRD_0F78WM5VEMS0 | product | 4 | 59628973C00002943740 |
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);