home / zeropm-v0-0-4

api_results

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

4 rows where query_id = 294121

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
14240 14240 294121 294121 PubChem (compound) 1 26268 26268 1
315696 315696 294121 294121 PubChem (substance) 2 26268 26268 1
948788 948788 294121 294121 CAS Common Chemistry 3 26268 26268 1
1147354 1147354 294121 294121 Computational Toxicology and Exposure Data 4 26268 26268 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 466.745ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website