product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_21J5YCSNCB9G"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_1ETAFMQ5YHTG | Volume 03 PRD_21J5YCSNCB9G | content | 1 | 01772d1d-341e-43c2-a77b-ebb7e5609b49 | |
| PID_08Y3T13AN330 | Volume 03 PRD_21J5YCSNCB9G | product | 3 | 9781646093076 | |
| PID_0X2EHJM6CZP0 | Volume 03 PRD_21J5YCSNCB9G | product | 7 | 9781646097777 | |
| PID_1JST88P0Y4SG | Volume 03 PRD_21J5YCSNCB9G | product | 2 | bwg_migration.2808848 | |
| PID_26W57T8WG1CG | Volume 03 PRD_21J5YCSNCB9G | product | 4 | 64609777C00002810701 |
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);