product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_3T5MP8VPJA6G"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_1SXA7RCMERA0 | Marriage on the Rebound PRD_3T5MP8VPJA6G | content | 1 | 3e35a1f6-843e-48e5-91d1-e382b935d71d | |
| PID_0Y8N2KSEZB90 | Marriage on the Rebound PRD_3T5MP8VPJA6G | product | 3 | 9784596248510 | |
| PID_12F7Y4KTH7W0 | Marriage on the Rebound PRD_3T5MP8VPJA6G | product | 7 | 9784596248510 | |
| PID_20AKGVC70DFG | Marriage on the Rebound PRD_3T5MP8VPJA6G | product | 2 | bwg_migration.2963290 | |
| PID_2MEYCC6GT9JG | Marriage on the Rebound PRD_3T5MP8VPJA6G | product | 4 | 59624851C00002942913 |
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);