product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_3SKP5SKNJP2G"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_13RCJ1N2EZ3G | Volume 21 PRD_3SKP5SKNJP2G | content | 1 | 9932588c-ab69-4753-ba16-4f8566ae9af9 | |
| PID_0VB5QY4S3BHG | Volume 21 PRD_3SKP5SKNJP2G | product | 2 | bwg_migration.2443332 | |
| PID_1FFGKFXAN44G | Volume 21 PRD_3SKP5SKNJP2G | product | 4 | 42157626C00002488816 | |
| PID_2H9F1PG0Y9V0 | Volume 21 PRD_3SKP5SKNJP2G | product | 3 | 9781421576268 | |
| PID_35DSWRAWG2E0 | Volume 21 PRD_3SKP5SKNJP2G | product | 7 | 9781421576268 |
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);