product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_1X2RZN585PPG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_37CB5F7Z2Z80 | Volume 3 PRD_1X2RZN585PPG | content | 1 | 95a8ed3a-6a12-4105-a8f6-bfad3dee2410 | |
| PID_0J12JCDP5AMG | Volume 3 PRD_1X2RZN585PPG | product | 2 | bwg_migration.1081132 | |
| PID_165D9X63Z6VG | Volume 3 PRD_1X2RZN585PPG | product | 4 | 97533371C00001306587 | |
| PID_387BW4TR08Y0 | Volume 3 PRD_1X2RZN585PPG | product | 3 | 9781975333713 | |
| PID_3WBPVNKNT550 | Volume 3 PRD_1X2RZN585PPG | product | 7 | 9781975333713 |
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);