home / zeropm-v0-0-4

api_results

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

11 rows where inchi_id = 111296

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
1168480 1168480 17683 17683 Computational Toxicology and Exposure Data 4 111296 111296 1
1168481 1168481 17684 17684 Computational Toxicology and Exposure Data 4 111296 111296 1
1168482 1168482 437990 437990 Computational Toxicology and Exposure Data 4 111296 111296 1
1168483 1168483 340046 340046 Computational Toxicology and Exposure Data 4 111296 111296 1
1168484 1168484 363594 363594 Computational Toxicology and Exposure Data 4 111296 111296 1
1168485 1168485 167831 167831 Computational Toxicology and Exposure Data 4 111296 111296 1
1168486 1168486 232160 232160 Computational Toxicology and Exposure Data 4 111296 111296 1
1168487 1168487 81445 81445 Computational Toxicology and Exposure Data 4 111296 111296 1
1168488 1168488 363593 363593 Computational Toxicology and Exposure Data 4 111296 111296 1
1168489 1168489 114886 114886 Computational Toxicology and Exposure Data 4 111296 111296 1
1168490 1168490 252183 252183 Computational Toxicology and Exposure Data 4 111296 111296 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 722.854ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website