product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_0N6Z0PYBP4VG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_28KGQWM7RFWG | Volume 9 PRD_0N6Z0PYBP4VG | content | 1 | 41a10ed0-9c29-4ed0-8b79-aa78df5b2df9 | |
| PID_15CPWJCTTKR0 | Volume 9 PRD_0N6Z0PYBP4VG | product | 3 | 9798893730562 | |
| PID_29K1R35PCCF0 | Volume 9 PRD_0N6Z0PYBP4VG | product | 7 | 9798893730562 | |
| PID_3FEDJS7GZNYG | Volume 9 PRD_0N6Z0PYBP4VG | product | 2 | bwg_migration.2110891 | |
| PID_3KJREARCHE5G | Volume 9 PRD_0N6Z0PYBP4VG | product | 4 | 89373056C00002193089 |
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);