product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_1D1Z33Q8F4PG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_02XXWN10ZXP0 | Volume 8 PRD_1D1Z33Q8F4PG | content | 1 | 67553737-3adf-4a7d-ae0b-240c12829e31 | |
| PID_0DYNK0GTEAR0 | Volume 8 PRD_1D1Z33Q8F4PG | product | 2 | bwg_migration.362090 | |
| PID_0HX0EJ9P07F0 | Volume 8 PRD_1D1Z33Q8F4PG | product | 4 | 61262829B23980700000 | |
| PID_2VWYWSWC595G | Volume 8 PRD_1D1Z33Q8F4PG | product | 3 | 9781632360038 | |
| PID_3839RAPSZ58G | Volume 8 PRD_1D1Z33Q8F4PG | product | 7 | 9781632360038 |
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);