product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_0YRE510A5S3G"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_1TMRNQ9X4490 | Volume 9 PRD_0YRE510A5S3G | content | 1 | c6b9eb7a-1d7a-47af-a7c6-53b4b09c419d | |
| PID_05DE7MGW1W3G | Volume 9 PRD_0YRE510A5S3G | product | 2 | bwg_migration.2616843 | |
| PID_19HS3699VRPG | Volume 9 PRD_0YRE510A5S3G | product | 4 | 64729295C00002640914 | |
| PID_2KKQHDW7WTD0 | Volume 9 PRD_0YRE510A5S3G | product | 3 | 9781647292959 | |
| PID_37P2CYPKPPG0 | Volume 9 PRD_0YRE510A5S3G | product | 7 | 9798894784496 |
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);