product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
6 rows where product_id = "PRD_1A356HG62BB0"
This data as json, CSV (advanced)
Suggested facets: role
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_1A356HG62BB0,CON_03HACHY4P2VG,3 | Volume 1 PRD_1A356HG62BB0 | Sebas Riera CON_03HACHY4P2VG | 3 | |
| PRD_1A356HG62BB0,CON_0EMJNHCRWAJ0,1 | Volume 1 PRD_1A356HG62BB0 | Corey Mikell CON_0EMJNHCRWAJ0 | 1 | |
| PRD_1A356HG62BB0,CON_1J31GH73NW5G,1 | Volume 1 PRD_1A356HG62BB0 | Nic Macari CON_1J31GH73NW5G | 1 | |
| PRD_1A356HG62BB0,CON_1QXSFHREFMD0,17 | Volume 1 PRD_1A356HG62BB0 | Vaughn Alexander CON_1QXSFHREFMD0 | 17 | |
| PRD_1A356HG62BB0,CON_2V84AHJH4S0G,17 | Volume 1 PRD_1A356HG62BB0 | Marcus-Kwabena Johnson CON_2V84AHJH4S0G | 17 | |
| PRD_1A356HG62BB0,CON_2W2Z1J7XYH80,17 | Volume 1 PRD_1A356HG62BB0 | Johnny O'Bryant CON_2W2Z1J7XYH80 | 17 |
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);