product_external_ids
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_1CZW4GM0TKW0"
This data as json, CSV (advanced)
Suggested facets: source, external_id
| id ▼ | product_id | source | type | external_id | external_id_original |
|---|---|---|---|---|---|
| CID_1PF0XP9W0ZQG | Rough and Ready PRD_1CZW4GM0TKW0 | content | 1 | f3119786-06ee-44c8-bac9-e27e09f22221 | |
| PID_1BH7D7RBS34G | Rough and Ready PRD_1CZW4GM0TKW0 | product | 2 | bwg_migration.354635 | |
| PID_1ZNJ88H7GZBG | Rough and Ready PRD_1CZW4GM0TKW0 | product | 4 | 04000000B23783700000 | |
| PID_31Q8YG5XM1E0 | Rough and Ready PRD_1CZW4GM0TKW0 | product | 3 | 9784596683601 | |
| PID_3NVVT1Y9FXN0 | Rough and Ready PRD_1CZW4GM0TKW0 | product | 7 | 9784596683601 |
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);