product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_283AWV0Y2E2G"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_3MVTG99XPCY0 | The Sheikh Surgeon's Proposal PRD_283AWV0Y2E2G | content | 1 | 3594ff0e-7b8e-4bb3-97ad-7f3319f80d83 | |
| PID_02318FVR66ZG | The Sheikh Surgeon's Proposal PRD_283AWV0Y2E2G | product | 2 | bwg_migration.2963298 | |
| PID_0P7C7HCNR32G | The Sheikh Surgeon's Proposal PRD_283AWV0Y2E2G | product | 4 | 59664981C00002939945 | |
| PID_2R1ANR73X4S0 | The Sheikh Surgeon's Proposal PRD_283AWV0Y2E2G | product | 3 | 9784596649812 | |
| PID_3C5NH9SZQ1C0 | The Sheikh Surgeon's Proposal PRD_283AWV0Y2E2G | product | 7 | 9784596649812 |
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);