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 = 305937

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
55035 55035 305937 305937 PubChem (compound) 1 127550 127550 1
258828 258828 305937 305937 PubChem (compound) 1 261212 261212 2
373525 373525 305937 305937 PubChem (substance) 2 127550 127550 1
643076 643076 305937 305937 PubChem (substance) 2 261212 261212 2
963140 963140 305937 305937 CAS Common Chemistry 3 10093 10093 1
1181314 1181314 305937 305937 Computational Toxicology and Exposure Data 4 115626 115626 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 1286.075ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website