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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
456366 456366 84117 84117 PubChem (substance) 2 118711 118711 2
456439 456439 84117 84117 PubChem (substance) 2 17910 17910 1
762168 762168 84117 84117 PubChem (substance) 2 150404 150404 3
762169 762169 84117 84117 PubChem (substance) 2 118711 118711 4
1021389 1021389 84117 84117 CAS Common Chemistry 3 17910 17910 1
1223851 1223851 84117 84117 Computational Toxicology and Exposure Data 4 118711 118711 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 658.866ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website