product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_1XS18PAGWT0G"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_1RNJZM0J7Y40 | Volume 7 PRD_1XS18PAGWT0G | content | 1 | 94013ad0-fa56-4523-b895-b7fa712718f0 | |
| PID_08JAR7DHDPZG | Volume 7 PRD_1XS18PAGWT0G | product | 3 | 9781975386696 | |
| PID_0WPNQ86D7K2G | Volume 7 PRD_1XS18PAGWT0G | product | 7 | 9781975386696 | |
| PID_1JC1EE0FPRJ0 | Volume 7 PRD_1XS18PAGWT0G | product | 2 | bwg_migration.803492 | |
| PID_26GC5ZTV8MS0 | Volume 7 PRD_1XS18PAGWT0G | product | 4 | 97538669C00001057153 |
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);