product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
9 rows where contributor_id = "CON_3C4X9J96ZTP0"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_0408495EC2FG,CON_3C4X9J96ZTP0,1 | Chapter 6 PRD_0408495EC2FG | De CON_3C4X9J96ZTP0 | 1 | |
| PRD_05XZW9X2SMA0,CON_3C4X9J96ZTP0,1 | Chapter 7 PRD_05XZW9X2SMA0 | De CON_3C4X9J96ZTP0 | 1 | |
| PRD_08PRQW6G81EG,CON_3C4X9J96ZTP0,1 | Chapter 5 PRD_08PRQW6G81EG | De CON_3C4X9J96ZTP0 | 1 | |
| PRD_0X1VQ4HDAJF0,CON_3C4X9J96ZTP0,1 | Chapter 4 PRD_0X1VQ4HDAJF0 | De CON_3C4X9J96ZTP0 | 1 | |
| PRD_10CMH2QZCBQG,CON_3C4X9J96ZTP0,1 | Chapter 9 PRD_10CMH2QZCBQG | De CON_3C4X9J96ZTP0 | 1 | |
| PRD_1KRMM3A86YJ0,CON_3C4X9J96ZTP0,1 | Chapter 3 PRD_1KRMM3A86YJ0 | De CON_3C4X9J96ZTP0 | 1 | |
| PRD_27ZJV1XMMHXG,CON_3C4X9J96ZTP0,1 | Chapter 1 PRD_27ZJV1XMMHXG | De CON_3C4X9J96ZTP0 | 1 | |
| PRD_292XG7S0WZ3G,CON_3C4X9J96ZTP0,1 | Chapter 8 PRD_292XG7S0WZ3G | De CON_3C4X9J96ZTP0 | 1 | |
| PRD_3G1ZDDND4X1G,CON_3C4X9J96ZTP0,1 | Chapter 2 PRD_3G1ZDDND4X1G | De CON_3C4X9J96ZTP0 | 1 |
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);