product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_30VWTCWPZA4G"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_3DBB3VEK7880 | Volume 6 PRD_30VWTCWPZA4G | content | 1 | ae92e44b-d390-4ecd-8627-eadbdf42b4c0 | |
| PID_0QBSHV698Q10 | Volume 6 PRD_30VWTCWPZA4G | product | 3 | 9781682333136 | |
| PID_1VE4DCZ52KM0 | Volume 6 PRD_30VWTCWPZA4G | product | 7 | 9781682333136 | |
| PID_2S5G42S7DS7G | Volume 6 PRD_30VWTCWPZA4G | product | 2 | bwg_migration.361538 | |
| PID_3D833KKK7NAG | Volume 6 PRD_30VWTCWPZA4G | product | 4 | 04000000B23925500000 |
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);