product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_27X5T6Z23BRG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_1NHV62A6Y9CG | Volume 5 PRD_27X5T6Z23BRG | content | 1 | 5dedeebb-73c5-4394-b52a-3ff2c310fb50 | |
| PID_0XMDEXWTY510 | Volume 5 PRD_27X5T6Z23BRG | product | 2 | bwg_migration.968441 | |
| PID_11RRAENPG1M0 | Volume 5 PRD_27X5T6Z23BRG | product | 4 | 04000000C00001202774 | |
| PID_3BTPRP8CN3AG | Volume 5 PRD_27X5T6Z23BRG | product | 3 | 9781646596720 | |
| PID_3ZS1M72RCZHG | Volume 5 PRD_27X5T6Z23BRG | product | 7 | 9781646596720 |
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);