home / zeropm-v0-0-4

api_results

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

20 rows where inchi_id = 29912

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
35707 35707 16462 16462 PubChem (compound) 1 29912 29912 1
35708 35708 231628 231628 PubChem (compound) 1 29912 29912 1
35709 35709 16461 16461 PubChem (compound) 1 29912 29912 1
35710 35710 357965 357965 PubChem (compound) 1 29912 29912 1
346703 346703 16461 16461 PubChem (substance) 2 29912 29912 1
346704 346704 16462 16462 PubChem (substance) 2 29912 29912 1
346705 346705 110778 110778 PubChem (substance) 2 29912 29912 1
346706 346706 357965 357965 PubChem (substance) 2 29912 29912 1
346707 346707 231628 231628 PubChem (substance) 2 29912 29912 1
346708 346708 325007 325007 PubChem (substance) 2 29912 29912 1
964174 964174 16462 16462 CAS Common Chemistry 3 29912 29912 1
964175 964175 16461 16461 CAS Common Chemistry 3 29912 29912 1
964176 964176 231628 231628 CAS Common Chemistry 3 29912 29912 1
1165743 1165743 16462 16462 Computational Toxicology and Exposure Data 4 29912 29912 1
1165744 1165744 16461 16461 Computational Toxicology and Exposure Data 4 29912 29912 1
1165745 1165745 231628 231628 Computational Toxicology and Exposure Data 4 29912 29912 1
1165746 1165746 357966 357966 Computational Toxicology and Exposure Data 4 29912 29912 1
1165747 1165747 110778 110778 Computational Toxicology and Exposure Data 4 29912 29912 1
1165748 1165748 357965 357965 Computational Toxicology and Exposure Data 4 29912 29912 1
1165749 1165749 325007 325007 Computational Toxicology and Exposure Data 4 29912 29912 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 3611.943ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website