home / zeropm-v0-0-4

api_results

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

6 rows where inchi_id = 115430

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
1138976 1138976 77727 77727 Computational Toxicology and Exposure Data 4 115430 115430 1
1138977 1138977 342434 342434 Computational Toxicology and Exposure Data 4 115430 115430 1
1138978 1138978 2521 2521 Computational Toxicology and Exposure Data 4 115430 115430 1
1138979 1138979 302692 302692 Computational Toxicology and Exposure Data 4 115430 115430 1
1138980 1138980 367823 367823 Computational Toxicology and Exposure Data 4 115430 115430 1
1138981 1138981 307003 307003 Computational Toxicology and Exposure Data 4 115430 115430 1
CREATE TABLE [api_results] (
        [query_id] integer,
        [api_id] integer,
        [inchi_id] integer,
        [rank] integer,
        FOREIGN KEY (query_id) REFERENCES api_ready_query(query_id),
        FOREIGN KEY (api_id) REFERENCES api_services(api_id),
        FOREIGN KEY (inchi_id) REFERENCES substances(inchi_id)
);
Powered by Datasette · Queries took 2262.221ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website