product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where product_id = "PRD_2PNC5356QAPG"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_2Q6CCC851ZR0 | Volume 3 PRD_2PNC5356QAPG | content | 1 | 5031314d-8706-43c5-ba9d-4e67cbfbb7d1 | |
| PID_10ZTYY6NGY5G | Volume 3 PRD_2PNC5356QAPG | product | 2 | bwg_migration.1777687 | |
| PID_1N25TFZ1AT8G | Volume 3 PRD_2PNC5356QAPG | product | 7 | 9781955583114 | |
| PID_3YXW8PKZFWF0 | Volume 3 PRD_2PNC5356QAPG | product | 4 | 04000000C00001905670 |
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);