product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_3P9S3GCXQ0FG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_22SP6XEM6RAG | Volume 18 PRD_3P9S3GCXQ0FG | content | 1 | 7d9a565c-61f8-44ea-a55e-c61a1457e16b | |
| PID_0BEMPEEVVTF0 | Volume 18 PRD_3P9S3GCXQ0FG | product | 4 | 89373212C00002246045 | |
| PID_1X8K4N1HWW5G | Volume 18 PRD_3P9S3GCXQ0FG | product | 3 | 9798893732122 | |
| PID_21CY06TDPR8G | Volume 18 PRD_3P9S3GCXQ0FG | product | 7 | 9798893732122 | |
| PID_37A9TWME01R0 | Volume 18 PRD_3P9S3GCXQ0FG | product | 2 | bwg_migration.2170325 |
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);