product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_3C3JXZ08N37G"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_217GGKHXVB10 | Book Girl and the Suicidal Mime PRD_3C3JXZ08N37G | content | 1 | 29001218-1160-40e0-a212-4b05c46727bc | |
| PID_05PRZDP9NGS0 | Book Girl and the Suicidal Mime PRD_3C3JXZ08N37G | product | 2 | bwg_migration.323051 | |
| PID_19NBTZF5FDC0 | Book Girl and the Suicidal Mime PRD_3C3JXZ08N37G | product | 4 | 31624593B23227500000 | |
| PID_2KQ2963KGF2G | Book Girl and the Suicidal Mime PRD_3C3JXZ08N37G | product | 3 | 9780316245937 | |
| PID_37VD4QMFAB9G | Book Girl and the Suicidal Mime PRD_3C3JXZ08N37G | product | 7 | 9780316245937 |
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);