product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_3YX7FR4PA29G"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_0V5P8EACX79G | Volume 3 PRD_3YX7FR4PA29G | content | 1 | cb86c560-3506-4ff5-94b5-2c4fd5e0eaa5 | |
| PID_0CC1DDFPKYKG | Volume 3 PRD_3YX7FR4PA29G | product | 7 | 9781974707539 | |
| PID_12BD439GX430 | Volume 3 PRD_3YX7FR4PA29G | product | 2 | bwg_migration.2383934 | |
| PID_1PFR3M2CQ0P0 | Volume 3 PRD_3YX7FR4PA29G | product | 4 | 97470753C00002435889 | |
| PID_3R9PHVPTR2CG | Volume 3 PRD_3YX7FR4PA29G | product | 3 | 9781974707539 |
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);