product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where product_id = "PRD_3M53WP275YDG"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_17SH86BD6N50 | Volume 8 PRD_3M53WP275YDG | content | 1 | 598f9c27-9b37-4a35-9c91-fd71584d4dcf | |
| PID_0HX63XVD2WBG | Volume 8 PRD_3M53WP275YDG | product | 4 | 04000000C00001952736 | |
| PID_2VWWP5FV7YE0 | Volume 8 PRD_3M53WP275YDG | product | 2 | bwg_migration.1830191 | |
| PID_383FDP0MSTN0 | Volume 8 PRD_3M53WP275YDG | product | 7 | 9781942993513 |
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);