product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_3NAZVKEKHV50"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_27JP2RG12ZAG | Volume 10 PRD_3NAZVKEKHV50 | content | 1 | d0f01541-19e4-4784-af2b-661b94819c66 | |
| PID_14YEMHZCYFJ0 | Volume 10 PRD_3NAZVKEKHV50 | product | 3 | 9781682330999 | |
| PID_292SG2HRGBS0 | Volume 10 PRD_3NAZVKEKHV50 | product | 7 | 9781682330999 | |
| PID_3ER5ARJ53H8G | Volume 10 PRD_3NAZVKEKHV50 | product | 2 | bwg_migration.361507 | |
| PID_3JWG6A4PNDZG | Volume 10 PRD_3NAZVKEKHV50 | product | 4 | 04000000B23922400000 |
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);