home / zeropm-v0-0-4

api_results

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

7 rows where query_id = 5777

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ query_id api_id inchi_id rank
10764 10764 5777 5777 PubChem (compound) 1 57829 57829 1
310810 310810 5777 5777 PubChem (substance) 2 57829 57829 1
333844 333844 5777 5777 PubChem (substance) 2 90499 90499 4
616491 616491 5777 5777 PubChem (substance) 2 91066 91066 2
700200 700200 5777 5777 PubChem (substance) 2 91090 91090 3
946110 946110 5777 5777 CAS Common Chemistry 3 57829 57829 1
1144210 1144210 5777 5777 Computational Toxicology and Exposure Data 4 101863 101863 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 468.396ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website