product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_0X4BT3RR0QX0"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_0GZJD1EAQ5N0 | Volume 8 PRD_0X4BT3RR0QX0 | content | 1 | a18cbfe2-50b3-4b5d-a337-814c10daba7b | |
| PID_002M5XW7GBRG | Volume 8 PRD_0X4BT3RR0QX0 | product | 7 | 9781636996882 | |
| PID_15R7WKY03H80 | Volume 8 PRD_0X4BT3RR0QX0 | product | 2 | bwg_migration.1246021 | |
| PID_29WJR4GXNDZ0 | Volume 8 PRD_0X4BT3RR0QX0 | product | 4 | 64651302C00001450681 | |
| PID_3KY9ECBBYFNG | Volume 8 PRD_0X4BT3RR0QX0 | product | 3 | 9781646513024 |
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);