home / zeropm-v0-0-4

api_results

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

6 rows where query_id = 110243

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
35168 35168 110243 110243 PubChem (compound) 1 11449 11449 1
345854 345854 110243 110243 PubChem (substance) 2 11449 11449 1
504207 504207 110243 110243 PubChem (substance) 2 28298 28298 2
564032 564032 110243 110243 PubChem (substance) 2 40509 40509 3
963739 963739 110243 110243 CAS Common Chemistry 3 11449 11449 1
1165200 1165200 110243 110243 Computational Toxicology and Exposure Data 4 11449 11449 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 413.115ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website