product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_2PE6189YSN7G"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_12TRWFKX3950 | Volume 14 PRD_2PE6189YSN7G | content | 1 | fffc1e69-11c9-45d2-bdab-62ea86dfa668 | |
| PID_18S4KEZKFPVG | Volume 14 PRD_2PE6189YSN7G | product | 3 | 9798888773079 | |
| PID_1WXQEZGF1KEG | Volume 14 PRD_2PE6189YSN7G | product | 7 | 9798894782461 | |
| PID_2JV31NJ9GRY0 | Volume 14 PRD_2PE6189YSN7G | product | 2 | bwg_migration.2337797 | |
| PID_36ZDX7B5AN50 | Volume 14 PRD_2PE6189YSN7G | product | 4 | 88877307C00002395302 |
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);