product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_14R4E6ZCDTPG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_02P7MCXSH7BG | Volume 2 PRD_14R4E6ZCDTPG | content | 1 | 588cb317-3a8e-4cb7-975e-935e3f678a94 | |
| PID_019YNS3QTYT0 | Volume 2 PRD_14R4E6ZCDTPG | product | 2 | bwg_migration.2439700 | |
| PID_0NC9HAM3CV10 | Volume 2 PRD_14R4E6ZCDTPG | product | 4 | 97471783C00002484195 | |
| PID_2ZE07J8SHX7G | Volume 2 PRD_14R4E6ZCDTPG | product | 3 | 9781974717835 | |
| PID_33JK331NBSAG | Volume 2 PRD_14R4E6ZCDTPG | product | 7 | 9781974717835 |
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);