product_contributors
Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)
7 rows where contributor_id = "CON_1510S64N0620"
This data as json, CSV (advanced)
| Link | product_id | contributor_id | role | name_override |
|---|---|---|---|---|
| PRD_08G0WDSDWP90,CON_1510S64N0620,1 | A Royal Marriage PRD_08G0WDSDWP90 | HARLEQUIN ENTERPRISES IIB.V./S.a.r.l. CON_1510S64N0620 | 1 | |
| PRD_0KK9F1C1ME7G,CON_1510S64N0620,1 | Blackmailed Into The Greek Tycoon'S Bed PRD_0KK9F1C1ME7G | HARLEQUIN ENTERPRISES IIB.V./S.a.r.l. CON_1510S64N0620 | 1 | |
| PRD_1GHE9B8RYRG0,CON_1510S64N0620,1 | A Royal Mission PRD_1GHE9B8RYRG0 | HARLEQUIN ENTERPRISES IIB.V./S.a.r.l. CON_1510S64N0620 | 1 | |
| PRD_1VM97H4576P0,CON_1510S64N0620,1 | Tall, Dark & Royal PRD_1VM97H4576P0 | HARLEQUIN ENTERPRISES IIB.V./S.a.r.l. CON_1510S64N0620 | 1 | |
| PRD_1X2PCSKFR0Z0,CON_1510S64N0620,1 | The Guardian'S Dilemma PRD_1X2PCSKFR0Z0 | HARLEQUIN ENTERPRISES IIB.V./S.a.r.l. CON_1510S64N0620 | 1 | |
| PRD_2093EQHSXR7G,CON_1510S64N0620,1 | In Pursuit Of A Princess PRD_2093EQHSXR7G | HARLEQUIN ENTERPRISES IIB.V./S.a.r.l. CON_1510S64N0620 | 1 | |
| PRD_27QWGF4VFTN0,CON_1510S64N0620,1 | The Sheik And I PRD_27QWGF4VFTN0 | HARLEQUIN ENTERPRISES IIB.V./S.a.r.l. CON_1510S64N0620 | 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);