home / zeropm-v0-0-4

consensus_index

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

3 rows where inchi_id = 310068

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
159207 159207 57302 57302 310068 2 0.0318604288791894
510022 510022 204342 204342 310068 2 0.0310575789081974
675386 675386 241459 241459 310068 2 0.0310575789081974
CREATE TABLE [consensus_index] (
        [inventory_id] integer,
        [inchi_id] text,
        [consensus_score] text,
        [consensus_count] integer,
        FOREIGN KEY (inventory_id) REFERENCES inventories(inventory_id),
        FOREIGN KEY (inchi_id) REFERENCES substances(inchi_id)
);
Powered by Datasette · Queries took 1619.227ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website