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 = 181200

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
267448 267448 90654 90654 181200 1 0.0537168858857185
568373 568373 222979 222979 181200 1 0.0537168858857185
694963 694963 247861 247861 181200 1 0.0537168858857185
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 999.644ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website