product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_250MC3463D60"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_2TTXZAK53JF0 | Volume 5 PRD_250MC3463D60 | content | 1 | abb57c4c-73f6-447b-a7b7-de94801a246a | |
| PID_0RP3QG0NPZ2G | Volume 5 PRD_250MC3463D60 | product | 2 | bwg_migration.2744794 | |
| PID_1CTEK1S18V9G | Volume 5 PRD_250MC3463D60 | product | 4 | 88877067C00002752831 | |
| PID_2PM519DZDXC0 | Volume 5 PRD_250MC3463D60 | product | 3 | 9798888770672 | |
| PID_3TRQWT6B7SK0 | Volume 5 PRD_250MC3463D60 | product | 7 | 9798894786049 |
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);