product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_2Z1Z6AEFPR6G"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_0H0M80H32HJ0 | (Omnibus) Vol. 1-2 PRD_2Z1Z6AEFPR6G | content | 1 | ece05244-1530-4f57-82bf-4de0c4093c27 | |
| PID_03BPNSDRAZV0 | (Omnibus) Vol. 1-2 PRD_2Z1Z6AEFPR6G | product | 2 | bwg_migration.1870556 | |
| PID_0QE1HA6NWRE0 | (Omnibus) Vol. 1-2 PRD_2Z1Z6AEFPR6G | product | 4 | 89160347C00001987212 | |
| PID_2S9R7HS21T4G | (Omnibus) Vol. 1-2 PRD_2Z1Z6AEFPR6G | product | 3 | 9798891603479 | |
| PID_3DCB32KZVPBG | (Omnibus) Vol. 1-2 PRD_2Z1Z6AEFPR6G | product | 7 | 9798891603479 |
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);