product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
4 rows where product_id = "PRD_16XYJJJEZ98G"
This data as json, CSV (advanced)
Suggested facets: source
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_2SKQ4T1F0Q1G | Volume 8 PRD_16XYJJJEZ98G | content | 1 | fa92f3e6-4375-4fda-b1fc-e9226bcd888a | |
| PID_0CH5RQQWE4AG | Volume 8 PRD_16XYJJJEZ98G | product | 2 | bwg_migration.1355196 | |
| PID_0GNGQS8800HG | Volume 8 PRD_16XYJJJEZ98G | product | 7 | 9781684911721 | |
| PID_2TQFA03652M0 | Volume 8 PRD_16XYJJJEZ98G | product | 4 | 04000000C00001537778 |
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);