home / zeropm-v0-0-4

api_results

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

5 rows where query_id = 120210

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
140051 140051 120210 120210 PubChem (compound) 1 85377 85377 1
492200 492200 120210 120210 PubChem (substance) 2 85377 85377 1
784910 784910 120210 120210 PubChem (substance) 2 174883 174883 2
1040188 1040188 120210 120210 CAS Common Chemistry 3 85377 85377 1
1243183 1243183 120210 120210 Computational Toxicology and Exposure Data 4 85377 85377 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 473.725ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website