product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_24ZWXCKWPHP0"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_2YKBFYKS9EX0 | (Omnibus) Vol. 3-4 PRD_24ZWXCKWPHP0 | content | 1 | c7f42451-6a63-4429-9c8e-cb4d402b5bb5 | |
| PID_0FPPSEPH13KG | (Omnibus) Vol. 3-4 PRD_24ZWXCKWPHP0 | product | 3 | 9798902093046 | |
| PID_0KN1MGF2RW6G | (Omnibus) Vol. 3-4 PRD_24ZWXCKWPHP0 | product | 7 | 9798902093046 | |
| PID_1HGDFP9FA5P0 | (Omnibus) Vol. 3-4 PRD_24ZWXCKWPHP0 | product | 2 | bwg_migration.3170918 | |
| PID_25MRB73RW1X0 | (Omnibus) Vol. 3-4 PRD_24ZWXCKWPHP0 | product | 4 | 90209304C00003129254 |
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);