home / zeropm-v0-0-4

consensus_index

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

4 rows where inventory_id = 124245

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
365499 365499 124245 124245 95932 3 0.375
365500 365500 124245 124245 150944 1 0.1875
365501 365501 124245 124245 222877 1 0.125
365502 365502 124245 124245 224205 2 0.1875
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 1349.797ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website