product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
10 rows where contributor_id = "CON_248YJTN0ASH0"
This data as json, CSV (advanced)
Suggested facets: role
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_10P0JD6GN680,CON_248YJTN0ASH0,2 | Volume 6 PRD_10P0JD6GN680 | Uri Sugata CON_248YJTN0ASH0 | 2 | |
| PRD_1VCCRQAA6830,CON_248YJTN0ASH0,2 | Volume 3 PRD_1VCCRQAA6830 | Uri Sugata CON_248YJTN0ASH0 | 2 | |
| PRD_1Z8GBKBXDYQG,CON_248YJTN0ASH0,2 | Volume 3 PRD_1Z8GBKBXDYQG | Uri Sugata CON_248YJTN0ASH0 | 2 | |
| PRD_2BJ7Y9AE2PT0,CON_248YJTN0ASH0,2 | Volume 5 PRD_2BJ7Y9AE2PT0 | Uri Sugata CON_248YJTN0ASH0 | 2 | |
| PRD_317T0A0GKFE0,CON_248YJTN0ASH0,24 | Volume 1 PRD_317T0A0GKFE0 | Uri Sugata CON_248YJTN0ASH0 | 24 | |
| PRD_33MF83V22YRG,CON_248YJTN0ASH0,2 | Volume 1 PRD_33MF83V22YRG | Uri Sugata CON_248YJTN0ASH0 | 2 | |
| PRD_3A1KVJCRWVAG,CON_248YJTN0ASH0,24 | Volume 2 PRD_3A1KVJCRWVAG | Uri Sugata CON_248YJTN0ASH0 | 24 | |
| PRD_3FVM5ZDRCANG,CON_248YJTN0ASH0,24 | Volume 3 PRD_3FVM5ZDRCANG | Uri Sugata CON_248YJTN0ASH0 | 24 | |
| PRD_3QXW0W1HNT8G,CON_248YJTN0ASH0,2 | Volume 2 PRD_3QXW0W1HNT8G | Uri Sugata CON_248YJTN0ASH0 | 2 | |
| PRD_3VQ8AABGY900,CON_248YJTN0ASH0,2 | Volume 4 PRD_3VQ8AABGY900 | Uri Sugata CON_248YJTN0ASH0 | 2 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE product_contributors (
product_id TEXT NOT NULL,
contributor_id TEXT NOT NULL,
role INTEGER NOT NULL,
name_override TEXT,
PRIMARY KEY (product_id, contributor_id, role),
FOREIGN KEY (product_id) REFERENCES products(id),
FOREIGN KEY (contributor_id) REFERENCES contributors(id)
);
CREATE INDEX idx_product_contributors_contributor ON product_contributors(contributor_id);