product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_2XHT273TSS7G"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_0P3C87RFVQ8G | Volume 5 PRD_2XHT273TSS7G | content | 1 | 64d1fa4f-90d9-4034-a0ce-48a07e13868a | |
| PID_0E15JEQDPH60 | Volume 5 PRD_2XHT273TSS7G | product | 3 | 9798888774564 | |
| PID_0J5G9G9S8DD0 | Volume 5 PRD_2XHT273TSS7G | product | 7 | 9798894787947 | |
| PID_1G0W0PBVVJWG | Volume 5 PRD_2XHT273TSS7G | product | 2 | bwg_migration.3070522 | |
| PID_247EW7WQDF3G | Volume 5 PRD_2XHT273TSS7G | product | 4 | 88877456C00003042522 |
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);