product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_3TZKPZM5B4H0"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_0442VC8NNPG0 | Volume 10 PRD_3TZKPZM5B4H0 | content | 1 | dcd808f1-db0b-4b32-b3e9-d136959aeef0 | |
| PID_0QSJ5AFS1FFG | Volume 10 PRD_3TZKPZM5B4H0 | product | 2 | bwg_migration.2808738 | |
| PID_1VXX0V0AVBJG | Volume 10 PRD_3TZKPZM5B4H0 | product | 4 | 64609739C00002810670 | |
| PID_3DZVQ2V0WD90 | Volume 10 PRD_3TZKPZM5B4H0 | product | 3 | 9781646092611 | |
| PID_3J26JMDWP9W0 | Volume 10 PRD_3TZKPZM5B4H0 | product | 7 | 9781646097395 |
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);