BookWalker

home / database

product_contributors

Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export)

11 rows where contributor_id = "CON_17BME8EKVDSG"

✎ View and edit SQL

This data as json, CSV (advanced)

Link product_id contributor_id role name_override
PRD_0ZNW6004ZT80,CON_17BME8EKVDSG,1 Volume 1 PRD_0ZNW6004ZT80 William Shakespeare CON_17BME8EKVDSG 1  
PRD_18YYTAVTDTHG,CON_17BME8EKVDSG,1 Volume 1 PRD_18YYTAVTDTHG William Shakespeare CON_17BME8EKVDSG 1  
PRD_1BEX1RQPWR90,CON_17BME8EKVDSG,1 Volume 1 PRD_1BEX1RQPWR90 William Shakespeare CON_17BME8EKVDSG 1  
PRD_1FF95XNW9SGG,CON_17BME8EKVDSG,1 Volume 1 PRD_1FF95XNW9SGG William Shakespeare CON_17BME8EKVDSG 1  
PRD_1FZDKBHRS780,CON_17BME8EKVDSG,1 Volume 1 PRD_1FZDKBHRS780 William Shakespeare CON_17BME8EKVDSG 1  
PRD_1J0X6T3AXH90,CON_17BME8EKVDSG,1 Manga Classics: Hamlet: Full Original Text Edition PRD_1J0X6T3AXH90 William Shakespeare CON_17BME8EKVDSG 1  
PRD_1QK806GKG4H0,CON_17BME8EKVDSG,1 Volume 1 PRD_1QK806GKG4H0 William Shakespeare CON_17BME8EKVDSG 1  
PRD_2KRT5YVHDYVG,CON_17BME8EKVDSG,1 Volume 1 PRD_2KRT5YVHDYVG William Shakespeare CON_17BME8EKVDSG 1  
PRD_2Q18CV4702X0,CON_17BME8EKVDSG,1 RomeoxJuliet Omnibus PRD_2Q18CV4702X0 William Shakespeare CON_17BME8EKVDSG 1  
PRD_3961CKAZBS10,CON_17BME8EKVDSG,1 Volume 1 PRD_3961CKAZBS10 William Shakespeare CON_17BME8EKVDSG 1  
PRD_3AHP108NFT20,CON_17BME8EKVDSG,1 Volume 1 PRD_3AHP108NFT20 William Shakespeare CON_17BME8EKVDSG 1  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 11.079ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS