home / zeropm-v0-0-4

api_results

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

8 rows where inchi_id = 115683

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
1160779 1160779 14327 14327 Computational Toxicology and Exposure Data 4 115683 115683 1
1160780 1160780 14326 14326 Computational Toxicology and Exposure Data 4 115683 115683 1
1160781 1160781 230943 230943 Computational Toxicology and Exposure Data 4 115683 115683 1
1160782 1160782 319384 319384 Computational Toxicology and Exposure Data 4 115683 115683 1
1160783 1160783 108041 108041 Computational Toxicology and Exposure Data 4 115683 115683 1
1160784 1160784 347721 347721 Computational Toxicology and Exposure Data 4 115683 115683 1
1160785 1160785 328195 328195 Computational Toxicology and Exposure Data 4 115683 115683 1
1160786 1160786 436554 436554 Computational Toxicology and Exposure Data 4 115683 115683 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 865.991ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website