product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
5 rows where product_id = "PRD_2150X2HQG3H0"
This data as json, CSV (advanced)
Suggested facets: role
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_2150X2HQG3H0,CON_0AAVC468W8DG,6 | Volume 1 PRD_2150X2HQG3H0 | AKinniye Victor CON_0AAVC468W8DG | 6 | |
| PRD_2150X2HQG3H0,CON_1HS6F40KNXZ0,7 | Volume 1 PRD_2150X2HQG3H0 | Angel Angel CON_1HS6F40KNXZ0 | 7 | |
| PRD_2150X2HQG3H0,CON_2V84AHJH4S0G,23 | Volume 1 PRD_2150X2HQG3H0 | Marcus-Kwabena Johnson CON_2V84AHJH4S0G | 23 | |
| PRD_2150X2HQG3H0,CON_2W2Z1J7XYH80,23 | Volume 1 PRD_2150X2HQG3H0 | Johnny O'Bryant CON_2W2Z1J7XYH80 | 23 | |
| PRD_2150X2HQG3H0,CON_36YC14C176T0,3 | Volume 1 PRD_2150X2HQG3H0 | John Concepcion CON_36YC14C176T0 | 3 |
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);