BookWalker

home / database

product_contributors

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

5 rows where contributor_id = "CON_28RC4R5QAMF0"

✎ View and edit SQL

This data as json, CSV (advanced)

Link product_id contributor_id role name_override
PRD_0ZRZZBBJHR30,CON_28RC4R5QAMF0,11 Volume 5 PRD_0ZRZZBBJHR30 Jungyeon CON_28RC4R5QAMF0 11  
PRD_12J3P6VHM5XG,CON_28RC4R5QAMF0,11 Volume 2 PRD_12J3P6VHM5XG Jungyeon CON_28RC4R5QAMF0 11  
PRD_2P99DMYVKQPG,CON_28RC4R5QAMF0,11 Volume 1 PRD_2P99DMYVKQPG Jungyeon CON_28RC4R5QAMF0 11  
PRD_2YFEK9SA8GY0,CON_28RC4R5QAMF0,11 Volume 4 PRD_2YFEK9SA8GY0 Jungyeon CON_28RC4R5QAMF0 11  
PRD_3JMSATY1TAX0,CON_28RC4R5QAMF0,11 Volume 3 PRD_3JMSATY1TAX0 Jungyeon CON_28RC4R5QAMF0 11  

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 8.95ms · Data license: BookWalker Data Export License · Data source: BookWalker (ZSTD-compressed Database Export) · Terms of Service: Bookwalker ToS