product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_3YZ3VCCEDKN0"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_1C9XFR53DYE0 | Volume 5 PRD_3YZ3VCCEDKN0 | content | 1 | 8e9684a5-4db6-4a5f-bce8-ff9f7208d85a | |
| PID_05T7VYB6E06G | Volume 5 PRD_3YZ3VCCEDKN0 | product | 2 | bwg_migration.2408232 | |
| PID_19YJQFXJ1WDG | Volume 5 PRD_3YZ3VCCEDKN0 | product | 4 | 97474828C00002457595 | |
| PID_2KR95PG8AY00 | Volume 5 PRD_3YZ3VCCEDKN0 | product | 3 | 9781974748280 | |
| PID_37WM0R95WTQ0 | Volume 5 PRD_3YZ3VCCEDKN0 | product | 7 | 9781974748280 |
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);