product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_08JF9005W7MG"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_3FH64M58BS4G | Between the Covers PRD_08JF9005W7MG | content | 1 | ff4daea6-3b84-4dd6-a979-631bbb1a33af | |
| PID_17J00G04RAH0 | Between the Covers PRD_08JF9005W7MG | product | 3 | 9784596290328 | |
| PID_2BPJW1TGJ740 | Between the Covers PRD_08JF9005W7MG | product | 7 | 9784596290328 | |
| PID_39DYQ7MJXCQG | Between the Covers PRD_08JF9005W7MG | product | 2 | bwg_migration.2961178 | |
| PID_3XG9J9DEQ8TG | Between the Covers PRD_08JF9005W7MG | product | 4 | 59629032C00002943907 |
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);