product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_2CP5BKDFAZEG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_3K75WMPV2RY0 | Volume 35 PRD_2CP5BKDFAZEG | content | 1 | 73821573-3a11-479a-8119-6d66a57e2235 | |
| PID_0E1V0CMR4C5G | Volume 35 PRD_2CP5BKDFAZEG | product | 4 | 61262105B23956300000 | |
| PID_1G3HPMFP9HR0 | Volume 35 PRD_2CP5BKDFAZEG | product | 3 | 9781682331835 | |
| PID_247WJ5023AF0 | Volume 35 PRD_2CP5BKDFAZEG | product | 7 | 9781682331835 | |
| PID_3SX84V2CJKYG | Volume 35 PRD_2CP5BKDFAZEG | product | 2 | bwg_migration.361846 |
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);