product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_2476HZ3AYRE0"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_2EB6NSW9KC70 | Volume 05 PRD_2476HZ3AYRE0 | content | 1 | 299b9e19-c80e-4882-a169-5612eb9311c4 | |
| PID_0CAFQXG6DGG0 | Volume 05 PRD_2476HZ3AYRE0 | product | 7 | 9781646097487 | |
| PID_121VEKJ0WP3G | Volume 05 PRD_2476HZ3AYRE0 | product | 2 | bwg_migration.2808761 | |
| PID_1P46A54WPJPG | Volume 05 PRD_2476HZ3AYRE0 | product | 4 | 64609748C00002810680 | |
| PID_3R7WRCZAVMD0 | Volume 05 PRD_2476HZ3AYRE0 | product | 3 | 9781646092697 |
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);