product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where product_id = "PRD_3KFTCEY9Y770"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_068HRFECA0D0 | Volume 1 PRD_3KFTCEY9Y770 | content | 1 | 17435cb1-6c82-48fd-a4bf-000386e35bb3 | |
| PID_19T7ST9D1MEG | Volume 1 PRD_3KFTCEY9Y770 | product | 4 | 68579869C00001614147 | |
| PID_2KNYC1XVAP50 | Volume 1 PRD_3KFTCEY9Y770 | product | 2 | bwg_migration.1444791 | |
| PID_37R9BJPMWJ80 | Volume 1 PRD_3KFTCEY9Y770 | product | 7 | 9781685798697 |
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);