product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_1J0FPW9A3J20"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_21027S812APG | Volume 2 PRD_1J0FPW9A3J20 | content | 1 | 1e19bb1b-0b7c-4e09-9b0e-70c54154121e | |
| PID_1T81XZJV0980 | Volume 2 PRD_1J0FPW9A3J20 | product | 3 | 9781421544007 | |
| PID_2ECCS1BMT5Z0 | Volume 2 PRD_1J0FPW9A3J20 | product | 7 | 9781421544007 | |
| PID_3CBRG75H5BEG | Volume 2 PRD_1J0FPW9A3J20 | product | 2 | bwg_migration.2726589 | |
| PID_3GEBF8Y2Z7NG | Volume 2 PRD_1J0FPW9A3J20 | product | 4 | 42154400C00002737441 |
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);